#337A6F

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

Shades of Genoa #337A6F

Tints of Genoa #337A6F

Color information

#337A6F (or 0x337A6F) is unknown color: approx Genoa. HEX triplet: 33, 7A and 6F. RGB value is (51,122,111). Sum of RGB (Red+Green+Blue) = 51+122+111=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 122 (48.05% from 255 or 42.96% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 122 - color contains mainly: green. Hex color #337A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337A6F is #CC8590. Grayscale: #636363. Windows color (decimal): -13403537 or 7305779. OLE color: 7305779.

HSL color Cylindrical-coordinate representation of color #337A6F: hue angle of 170.7º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #337A6F is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB51122111-
CMYK0.5800.090.52
HSL170.7º41.04%33.92%-
HSV(B)170.7º58.2%47.84%-
XYZ11.1915.7717.49-
YUV99.52134.4893.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.96%
GREEN value IS 122 (48.05% from 255) = 42.96%
BLUE value IS 111 (43.75% from 255) = 39.08%
R=17.96%
G=42.96%
B=39.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal511221110.5800.090.52170.741.0433.92
Hex337A6F3A0934ab2922
Octal6317215772011642535142
Binary110011111101011011111110100100111010010101011101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,122,111); }

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

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

 a { background-color: rgb(51,122,111); }

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

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

 span { border-color: rgb(51,122,111); }

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