#337A62

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

Shades of Genoa #337A62

Tints of Genoa #337A62

Color information

#337A62 (or 0x337A62) is unknown color: approx Genoa. HEX triplet: 33, 7A and 62. RGB value is (51,122,98). Sum of RGB (Red+Green+Blue) = 51+122+98=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 122 (48.05% from 255 or 45.02% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 122 - color contains mainly: green. Hex color #337A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337A62 is #CC859D. Grayscale: #626262. Windows color (decimal): -13403550 or 6453811. OLE color: 6453811.

HSL color Cylindrical-coordinate representation of color #337A62: hue angle of 159.72º 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 #337A62 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB5112298-
CMYK0.5800.200.52
HSL159.72º41.04%33.92%-
HSV(B)159.72º58.2%47.84%-
XYZ10.5315.513.99-
YUV98.03127.9894.45-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.82%
GREEN value IS 122 (48.05% from 255) = 45.02%
BLUE value IS 98 (38.67% from 255) = 36.16%
R=18.82%
G=45.02%
B=36.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51122980.5800.200.52159.7241.0433.92
Hex337A623A01434a02922
Octal6317214272024642405142
Binary1100111111010110001011101001010011010010100000101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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