#39716B

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

Shades of Genoa #39716B

Tints of Genoa #39716B

Color information

#39716B (or 0x39716B) is unknown color: approx Genoa. HEX triplet: 39, 71 and 6B. RGB value is (57,113,107). Sum of RGB (Red+Green+Blue) = 57+113+107=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 113 - color contains mainly: green. Hex color #39716B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39716B is #C68E94. Grayscale: #5F5F5F. Windows color (decimal): -13012629 or 7041337. OLE color: 7041337.

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

Color convert

RGB57113107-
CMYK0.5000.050.56
HSL173.57º32.94%33.33%-
HSV(B)173.57º49.56%44.31%-
XYZ10.2513.7416.02-
YUV95.57134.45100.49-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.58%
GREEN value IS 113 (44.53% from 255) = 40.79%
BLUE value IS 107 (42.19% from 255) = 38.63%
R=20.58%
G=40.79%
B=38.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal571131070.5000.050.56173.5732.9433.33
Hex39716B320538ae2121
Octal711611536205702564141
Binary11100111100011101011110010010111100010101110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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