#337D6B

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

Shades of Genoa #337D6B

Tints of Genoa #337D6B

Color information

#337D6B (or 0x337D6B) is unknown color: approx Genoa. HEX triplet: 33, 7D and 6B. RGB value is (51,125,107). Sum of RGB (Red+Green+Blue) = 51+125+107=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 125 (49.22% from 255 or 44.17% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 125 - color contains mainly: green. Hex color #337D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337D6B is #CC8294. Grayscale: #646464. Windows color (decimal): -13402773 or 7044403. OLE color: 7044403.

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

Color convert

RGB51125107-
CMYK0.5900.140.51
HSL165.41º42.05%34.51%-
HSV(B)165.41º59.2%49.02%-
XYZ11.3516.4316.48-
YUV100.82131.4892.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.02%
GREEN value IS 125 (49.22% from 255) = 44.17%
BLUE value IS 107 (42.19% from 255) = 37.81%
R=18.02%
G=44.17%
B=37.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal511251070.5900.140.51165.4142.0534.51
Hex337D6B3B0E33a52a23
Octal6317515373016632455243
Binary110011111110111010111110110111011001110100101101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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