#39716C

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

Shades of Genoa #39716C

Tints of Genoa #39716C

Color information

#39716C (or 0x39716C) is unknown color: approx Genoa. HEX triplet: 39, 71 and 6C. RGB value is (57,113,108). Sum of RGB (Red+Green+Blue) = 57+113+108=278 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.50% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 113 - color contains mainly: green. Hex color #39716C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39716C is #C68E93. Grayscale: #5F5F5F. Windows color (decimal): -13012628 or 7106873. OLE color: 7106873.

HSL color Cylindrical-coordinate representation of color #39716C: hue angle of 174.64º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #39716C is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB57113108-
CMYK0.5000.040.56
HSL174.64º32.94%33.33%-
HSV(B)174.64º49.56%44.31%-
XYZ10.313.7616.3-
YUV95.69134.95100.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.50%
GREEN value IS 113 (44.53% from 255) = 40.65%
BLUE value IS 108 (42.58% from 255) = 38.85%
R=20.50%
G=40.65%
B=38.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal571131080.5000.040.56174.6432.9433.33
Hex39716C320438af2121
Octal711611546204702574141
Binary11100111100011101100110010010011100010101111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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