#338172

Color #338172 Genoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Genoa #338172

Tints of Genoa #338172

Color information

#338172 (or 0x338172) is unknown color: approx Genoa. HEX triplet: 33, 81 and 72. RGB value is (51,129,114). Sum of RGB (Red+Green+Blue) = 51+129+114=294 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.35% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 129 - color contains mainly: green. Hex color #338172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338172 is #CC7E8D. Grayscale: #676767. Windows color (decimal): -13401742 or 7504179. OLE color: 7504179.

HSL color Cylindrical-coordinate representation of color #338172: hue angle of 168.46º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #338172 is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB51129114-
CMYK0.6000.120.49
HSL168.46º43.33%35.29%-
HSV(B)168.46º60.47%50.59%-
XYZ12.2517.6218.67-
YUV103.97133.6690.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 17.35%
GREEN value IS 129 (50.78% from 255) = 43.88%
BLUE value IS 114 (44.92% from 255) = 38.78%
R=17.35%
G=43.88%
B=38.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal511291140.6000.120.49168.4643.3335.29
Hex3381723C0C31a82b23
Octal6320116274014612505343
Binary1100111000000111100101111000110011000110101000101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338172; }

 p { color: rgb(51,129,114); }

 H1.HeaderClassName
 {
   color: #338172;
 }
 .AnyTagClassName
 {
   color: #338172;
 }
</style>
background-color css

<style>
 a { background-color: #338172; }

 a { background-color: rgb(51,129,114); }

 div.DivClassName
 {
   background-color: #338172;
 }
 .BgClassName
 {
   background-color: #338172;
 }
</style>
border-color css

<style>
 span { border-color: #338172; }

 span { border-color: rgb(51,129,114); }

 td.TdClassName
 {
   border-color: #338172;
 }
 .TagClassName
 {
   border-color: #338172;
 }
</style>