#396E64

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

Shades of Genoa #396E64

Tints of Genoa #396E64

Color information

#396E64 (or 0x396E64) is unknown color: approx Genoa. HEX triplet: 39, 6E and 64. RGB value is (57,110,100). Sum of RGB (Red+Green+Blue) = 57+110+100=267 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.35% from 267); Green value is 110 (43.36% from 255 or 41.20% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 110 - color contains mainly: green. Hex color #396E64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396E64 is #C6919B. Grayscale: #5C5C5C. Windows color (decimal): -13013404 or 6581817. OLE color: 6581817.

HSL color Cylindrical-coordinate representation of color #396E64: hue angle of 168.68º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #396E64 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.

Color convert

RGB57110100-
CMYK0.4800.090.57
HSL168.68º31.74%32.75%-
HSV(B)168.68º48.18%43.14%-
XYZ9.5612.9414.05-
YUV93.01131.94102.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.35%
GREEN value IS 110 (43.36% from 255) = 41.20%
BLUE value IS 100 (39.45% from 255) = 37.45%
R=21.35%
G=41.20%
B=37.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal571101000.4800.090.57168.6831.7432.75
Hex396E64300939a92021
Octal7115614460011712514041
Binary111001110111011001001100000100111100110101001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396E64; }

 p { color: rgb(57,110,100); }

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

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

 a { background-color: rgb(57,110,100); }

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

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

 span { border-color: rgb(57,110,100); }

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