#337D66

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

Shades of Genoa #337D66

Tints of Genoa #337D66

Color information

#337D66 (or 0x337D66) is unknown color: approx Genoa. HEX triplet: 33, 7D and 66. RGB value is (51,125,102). Sum of RGB (Red+Green+Blue) = 51+125+102=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 125 (49.22% from 255 or 44.96% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 125 - color contains mainly: green. Hex color #337D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337D66 is #CC8299. Grayscale: #646464. Windows color (decimal): -13402778 or 6716723. OLE color: 6716723.

HSL color Cylindrical-coordinate representation of color #337D66: hue angle of 161.35º 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 #337D66 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB51125102-
CMYK0.5900.180.51
HSL161.35º42.05%34.51%-
HSV(B)161.35º59.2%49.02%-
XYZ11.116.3315.14-
YUV100.25128.9892.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.35%
GREEN value IS 125 (49.22% from 255) = 44.96%
BLUE value IS 102 (40.23% from 255) = 36.69%
R=18.35%
G=44.96%
B=36.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal511251020.5900.180.51161.3542.0534.51
Hex337D663B01233a12a23
Octal6317514673022632415243
Binary1100111111101110011011101101001011001110100001101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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