#337962

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

Shades of Genoa #337962

Tints of Genoa #337962

Color information

#337962 (or 0x337962) is unknown color: approx Genoa. HEX triplet: 33, 79 and 62. RGB value is (51,121,98). Sum of RGB (Red+Green+Blue) = 51+121+98=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 98 (38.67% from 255 or 36.30% from 270); Max value from RGB is 121 - color contains mainly: green. Hex color #337962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337962 is #CC869D. Grayscale: #616161. Windows color (decimal): -13403806 or 6453555. OLE color: 6453555.

HSL color Cylindrical-coordinate representation of color #337962: hue angle of 160.29º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #337962 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB5112198-
CMYK0.5800.190.53
HSL160.29º40.7%33.73%-
HSV(B)160.29º57.85%47.45%-
XYZ10.4115.2613.95-
YUV97.45128.3194.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.89%
GREEN value IS 121 (47.66% from 255) = 44.81%
BLUE value IS 98 (38.67% from 255) = 36.30%
R=18.89%
G=44.81%
B=36.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51121980.5800.190.53160.2940.733.73
Hex3379623A01335a02922
Octal6317114272023652405142
Binary1100111111001110001011101001001111010110100000101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337962; }

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

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

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

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

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

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

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

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