#396A68

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

Shades of Genoa #396A68

Tints of Genoa #396A68

Color information

#396A68 (or 0x396A68) is unknown color: approx Genoa. HEX triplet: 39, 6A and 68. RGB value is (57,106,104). Sum of RGB (Red+Green+Blue) = 57+106+104=267 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.35% from 267); Green value is 106 (41.80% from 255 or 39.70% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 106 - color contains mainly: green. Hex color #396A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396A68 is #C69597. Grayscale: #5B5B5B. Windows color (decimal): -13014424 or 6842937. OLE color: 6842937.

HSL color Cylindrical-coordinate representation of color #396A68: hue angle of 177.55º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #396A68 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB57106104-
CMYK0.4600.020.58
HSL177.55º30.06%31.96%-
HSV(B)177.55º46.23%41.57%-
XYZ9.3412.1814.95-
YUV91.12135.27103.66-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.35%
GREEN value IS 106 (41.80% from 255) = 39.70%
BLUE value IS 104 (41.02% from 255) = 38.95%
R=21.35%
G=39.70%
B=38.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal571061040.4600.020.58177.5530.0631.96
Hex396A682E023Ab21e20
Octal711521505602722623640
Binary111001110101011010001011100101110101011001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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