#338170

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

Shades of Genoa #338170

Tints of Genoa #338170

Color information

#338170 (or 0x338170) is unknown color: approx Genoa. HEX triplet: 33, 81 and 70. RGB value is (51,129,112). Sum of RGB (Red+Green+Blue) = 51+129+112=292 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.47% from 292); Green value is 129 (50.78% from 255 or 44.18% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 129 - color contains mainly: green. Hex color #338170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338170 is #CC7E8F. Grayscale: #676767. Windows color (decimal): -13401744 or 7373107. OLE color: 7373107.

HSL color Cylindrical-coordinate representation of color #338170: hue angle of 166.92º 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 #338170 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB51129112-
CMYK0.6000.130.49
HSL166.92º43.33%35.29%-
HSV(B)166.92º60.47%50.59%-
XYZ12.1417.5718.08-
YUV103.74132.6690.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.47%
GREEN value IS 129 (50.78% from 255) = 44.18%
BLUE value IS 112 (44.14% from 255) = 38.36%
R=17.47%
G=44.18%
B=38.36%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal511291120.6000.130.49166.9243.3335.29
Hex3381703C0D31a72b23
Octal6320116074015612475343
Binary1100111000000111100001111000110111000110100111101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338170; }

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

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

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

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

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

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

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

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