#396861

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

Shades of Genoa #396861

Tints of Genoa #396861

Color information

#396861 (or 0x396861) is unknown color: approx Genoa. HEX triplet: 39, 68 and 61. RGB value is (57,104,97). Sum of RGB (Red+Green+Blue) = 57+104+97=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 104 (41.02% from 255 or 40.31% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 104 - color contains mainly: green. Hex color #396861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396861 is #C6979E. Grayscale: #595959. Windows color (decimal): -13014943 or 6383673. OLE color: 6383673.

HSL color Cylindrical-coordinate representation of color #396861: hue angle of 171.06º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #396861 is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB5710497-
CMYK0.4500.070.59
HSL171.06º29.19%31.57%-
HSV(B)171.06º45.19%40.78%-
XYZ8.811.6313.09-
YUV89.15132.43105.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.09%
GREEN value IS 104 (41.02% from 255) = 40.31%
BLUE value IS 97 (38.28% from 255) = 37.60%
R=22.09%
G=40.31%
B=37.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57104970.4500.070.59171.0629.1931.57
Hex3968612D073Bab1d20
Octal711501415507732533540
Binary1110011101000110000110110101111110111010101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396861; }

 p { color: rgb(57,104,97); }

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

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

 a { background-color: rgb(57,104,97); }

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

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

 span { border-color: rgb(57,104,97); }

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