#337972

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

Shades of Genoa #337972

Tints of Genoa #337972

Color information

#337972 (or 0x337972) is unknown color: approx Genoa. HEX triplet: 33, 79 and 72. RGB value is (51,121,114). Sum of RGB (Red+Green+Blue) = 51+121+114=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 121 (47.66% from 255 or 42.31% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 121 - color contains mainly: green. Hex color #337972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337972 is #CC868D. Grayscale: #636363. Windows color (decimal): -13403790 or 7502131. OLE color: 7502131.

HSL color Cylindrical-coordinate representation of color #337972: hue angle of 174º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #337972 is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB51121114-
CMYK0.5800.060.53
HSL174º40.7%33.73%-
HSV(B)174º57.85%47.45%-
XYZ11.2415.5918.34-
YUV99.27136.3193.57-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.83%
GREEN value IS 121 (47.66% from 255) = 42.31%
BLUE value IS 114 (44.92% from 255) = 39.86%
R=17.83%
G=42.31%
B=39.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal511211140.5800.060.5317440.733.73
Hex3379723A0635ae2922
Octal631711627206652565142
Binary11001111110011110010111010011011010110101110101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337972; }

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

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

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

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

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

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

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

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