#396F65

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

Shades of Genoa #396F65

Tints of Genoa #396F65

Color information

#396F65 (or 0x396F65) is unknown color: approx Genoa. HEX triplet: 39, 6F and 65. RGB value is (57,111,101). Sum of RGB (Red+Green+Blue) = 57+111+101=269 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.19% from 269); Green value is 111 (43.75% from 255 or 41.26% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 111 - color contains mainly: green. Hex color #396F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396F65 is #C6909A. Grayscale: #5D5D5D. Windows color (decimal): -13013147 or 6647609. OLE color: 6647609.

HSL color Cylindrical-coordinate representation of color #396F65: hue angle of 168.89º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #396F65 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB57111101-
CMYK0.4900.090.56
HSL168.89º32.14%32.94%-
HSV(B)168.89º48.65%43.53%-
XYZ9.7213.1814.34-
YUV93.71132.11101.81-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.19%
GREEN value IS 111 (43.75% from 255) = 41.26%
BLUE value IS 101 (39.84% from 255) = 37.55%
R=21.19%
G=41.26%
B=37.55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal571111010.4900.090.56168.8932.1432.94
Hex396F65310938a92021
Octal7115714561011702514041
Binary111001110111111001011100010100111100010101001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,111,101); }

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

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

 a { background-color: rgb(57,111,101); }

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

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

 span { border-color: rgb(57,111,101); }

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