#396D62

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

Shades of Genoa #396D62

Tints of Genoa #396D62

Color information

#396D62 (or 0x396D62) is unknown color: approx Genoa. HEX triplet: 39, 6D and 62. RGB value is (57,109,98). Sum of RGB (Red+Green+Blue) = 57+109+98=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 109 (42.97% from 255 or 41.29% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 109 - color contains mainly: green. Hex color #396D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396D62 is #C6929D. Grayscale: #5C5C5C. Windows color (decimal): -13013662 or 6450489. OLE color: 6450489.

HSL color Cylindrical-coordinate representation of color #396D62: hue angle of 167.31º degrees, saturation: 0.31, 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 #396D62 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.57.

Color convert

RGB5710998-
CMYK0.4800.100.57
HSL167.31º31.33%32.55%-
HSV(B)167.31º47.71%42.75%-
XYZ9.3612.6913.51-
YUV92.2131.27102.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.59%
GREEN value IS 109 (42.97% from 255) = 41.29%
BLUE value IS 98 (38.67% from 255) = 37.12%
R=21.59%
G=41.29%
B=37.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57109980.4800.100.57167.3131.3332.55
Hex396D62300A39a71f21
Octal7115514260012712473741
Binary11100111011011100010110000010101110011010011111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,109,98); }

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

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

 a { background-color: rgb(57,109,98); }

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

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

 span { border-color: rgb(57,109,98); }

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