#337D6A

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

Shades of Genoa #337D6A

Tints of Genoa #337D6A

Color information

#337D6A (or 0x337D6A) is unknown color: approx Genoa. HEX triplet: 33, 7D and 6A. RGB value is (51,125,106). Sum of RGB (Red+Green+Blue) = 51+125+106=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 125 (49.22% from 255 or 44.33% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 125 - color contains mainly: green. Hex color #337D6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337D6A is #CC8295. Grayscale: #646464. Windows color (decimal): -13402774 or 6978867. OLE color: 6978867.

HSL color Cylindrical-coordinate representation of color #337D6A: hue angle of 164.59º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #337D6A is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB51125106-
CMYK0.5900.150.51
HSL164.59º42.05%34.51%-
HSV(B)164.59º59.2%49.02%-
XYZ11.316.4116.21-
YUV100.71130.9892.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.09%
GREEN value IS 125 (49.22% from 255) = 44.33%
BLUE value IS 106 (41.80% from 255) = 37.59%
R=18.09%
G=44.33%
B=37.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal511251060.5900.150.51164.5942.0534.51
Hex337D6A3B0F33a52a23
Octal6317515273017632455243
Binary110011111110111010101110110111111001110100101101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337D6A; }

 p { color: rgb(51,125,106); }

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

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

 a { background-color: rgb(51,125,106); }

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

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

 span { border-color: rgb(51,125,106); }

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