#396761

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

Shades of Genoa #396761

Tints of Genoa #396761

Color information

#396761 (or 0x396761) is unknown color: approx Genoa. HEX triplet: 39, 67 and 61. RGB value is (57,103,97). Sum of RGB (Red+Green+Blue) = 57+103+97=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 103 (40.62% from 255 or 40.08% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 103 - color contains mainly: green. Hex color #396761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396761 is #C6989E. Grayscale: #585858. Windows color (decimal): -13015199 or 6383417. OLE color: 6383417.

HSL color Cylindrical-coordinate representation of color #396761: hue angle of 172.17º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #396761 is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB5710397-
CMYK0.4500.060.60
HSL172.17º28.75%31.37%-
HSV(B)172.17º44.66%40.39%-
XYZ8.711.4313.06-
YUV88.56132.76105.49-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.18%
GREEN value IS 103 (40.62% from 255) = 40.08%
BLUE value IS 97 (38.28% from 255) = 37.74%
R=22.18%
G=40.08%
B=37.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal57103970.4500.060.60172.1728.7531.37
Hex3967612D063Cac1d1f
Octal711471415506742543537
Binary111001110011111000011011010110111100101011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396761; }

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

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

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

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

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

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

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

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