#39766C

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

Shades of Genoa #39766C

Tints of Genoa #39766C

Color information

#39766C (or 0x39766C) is unknown color: approx Genoa. HEX triplet: 39, 76 and 6C. RGB value is (57,118,108). Sum of RGB (Red+Green+Blue) = 57+118+108=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 118 - color contains mainly: green. Hex color #39766C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39766C is #C68993. Grayscale: #626262. Windows color (decimal): -13011348 or 7108153. OLE color: 7108153.

HSL color Cylindrical-coordinate representation of color #39766C: hue angle of 170.16º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #39766C is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB57118108-
CMYK0.5200.080.54
HSL170.16º34.86%34.31%-
HSV(B)170.16º51.69%46.27%-
XYZ10.8714.9116.49-
YUV98.62133.2998.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.14%
GREEN value IS 118 (46.48% from 255) = 41.70%
BLUE value IS 108 (42.58% from 255) = 38.16%
R=20.14%
G=41.70%
B=38.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal571181080.5200.080.54170.1634.8634.31
Hex39766C340836aa2322
Octal7116615464010662524342
Binary111001111011011011001101000100011011010101010100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39766C; }

 p { color: rgb(57,118,108); }

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

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

 a { background-color: rgb(57,118,108); }

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

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

 span { border-color: rgb(57,118,108); }

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