#39716A

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

Shades of Genoa #39716A

Tints of Genoa #39716A

Color information

#39716A (or 0x39716A) is unknown color: approx Genoa. HEX triplet: 39, 71 and 6A. RGB value is (57,113,106). Sum of RGB (Red+Green+Blue) = 57+113+106=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 113 - color contains mainly: green. Hex color #39716A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39716A is #C68E95. Grayscale: #5F5F5F. Windows color (decimal): -13012630 or 6975801. OLE color: 6975801.

HSL color Cylindrical-coordinate representation of color #39716A: hue angle of 172.5º 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 #39716A is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB57113106-
CMYK0.5000.060.56
HSL172.5º32.94%33.33%-
HSV(B)172.5º49.56%44.31%-
XYZ10.1913.7215.75-
YUV95.46133.95100.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.65%
GREEN value IS 113 (44.53% from 255) = 40.94%
BLUE value IS 106 (41.80% from 255) = 38.41%
R=20.65%
G=40.94%
B=38.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal571131060.5000.060.56172.532.9433.33
Hex39716A320638ac2121
Octal711611526206702544141
Binary11100111100011101010110010011011100010101100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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