#396E62

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

Shades of Genoa #396E62

Tints of Genoa #396E62

Color information

#396E62 (or 0x396E62) is unknown color: approx Genoa. HEX triplet: 39, 6E and 62. RGB value is (57,110,98). Sum of RGB (Red+Green+Blue) = 57+110+98=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 110 (43.36% from 255 or 41.51% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 110 - color contains mainly: green. Hex color #396E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396E62 is #C6919D. Grayscale: #5C5C5C. Windows color (decimal): -13013406 or 6450745. OLE color: 6450745.

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

Color convert

RGB5711098-
CMYK0.4800.110.57
HSL166.42º31.74%32.75%-
HSV(B)166.42º48.18%43.14%-
XYZ9.4712.913.55-
YUV92.78130.94102.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.51%
GREEN value IS 110 (43.36% from 255) = 41.51%
BLUE value IS 98 (38.67% from 255) = 36.98%
R=21.51%
G=41.51%
B=36.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57110980.4800.110.57166.4231.7432.75
Hex396E62300B39a62021
Octal7115614260013712464041
Binary111001110111011000101100000101111100110100110100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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