#396963

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

Shades of Genoa #396963

Tints of Genoa #396963

Color information

#396963 (or 0x396963) is unknown color: approx Genoa. HEX triplet: 39, 69 and 63. RGB value is (57,105,99). Sum of RGB (Red+Green+Blue) = 57+105+99=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 105 - color contains mainly: green. Hex color #396963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396963 is #C6969C. Grayscale: #595959. Windows color (decimal): -13014685 or 6515001. OLE color: 6515001.

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

Color convert

RGB5710599-
CMYK0.4600.060.59
HSL172.5º29.63%31.76%-
HSV(B)172.5º45.71%41.18%-
XYZ8.9911.8713.62-
YUV89.96133.1104.49-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.84%
GREEN value IS 105 (41.41% from 255) = 40.23%
BLUE value IS 99 (39.06% from 255) = 37.93%
R=21.84%
G=40.23%
B=37.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57105990.4600.060.59172.529.6331.76
Hex3969632E063Bac1e20
Octal711511435606732543640
Binary1110011101001110001110111001101110111010110011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396963; }

 p { color: rgb(57,105,99); }

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

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

 a { background-color: rgb(57,105,99); }

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

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

 span { border-color: rgb(57,105,99); }

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