#396D6A

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

Shades of Genoa #396D6A

Tints of Genoa #396D6A

Color information

#396D6A (or 0x396D6A) is unknown color: approx Genoa. HEX triplet: 39, 6D and 6A. RGB value is (57,109,106). Sum of RGB (Red+Green+Blue) = 57+109+106=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 109 (42.97% from 255 or 40.07% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 109 - color contains mainly: green. Hex color #396D6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396D6A is #C69295. Grayscale: #5D5D5D. Windows color (decimal): -13013654 or 6974777. OLE color: 6974777.

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

Color convert

RGB57109106-
CMYK0.4800.030.57
HSL176.54º31.33%32.55%-
HSV(B)176.54º47.71%42.75%-
XYZ9.7612.8515.6-
YUV93.11135.27102.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.96%
GREEN value IS 109 (42.97% from 255) = 40.07%
BLUE value IS 106 (41.80% from 255) = 38.97%
R=20.96%
G=40.07%
B=38.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal571091060.4800.030.57176.5431.3332.55
Hex396D6A300339b11f21
Octal711551526003712613741
Binary111001110110111010101100000111110011011000111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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