#39756F

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

Shades of Genoa #39756F

Tints of Genoa #39756F

Color information

#39756F (or 0x39756F) is unknown color: approx Genoa. HEX triplet: 39, 75 and 6F. RGB value is (57,117,111). Sum of RGB (Red+Green+Blue) = 57+117+111=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 117 - color contains mainly: green. Hex color #39756F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39756F is #C68A90. Grayscale: #626262. Windows color (decimal): -13011601 or 7304505. OLE color: 7304505.

HSL color Cylindrical-coordinate representation of color #39756F: hue angle of 174º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #39756F is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB57117111-
CMYK0.5100.050.54
HSL174º34.48%34.12%-
HSV(B)174º51.28%45.88%-
XYZ10.9214.7417.31-
YUV98.38135.1298.49-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20%
GREEN value IS 117 (46.09% from 255) = 41.05%
BLUE value IS 111 (43.75% from 255) = 38.95%
R=20%
G=41.05%
B=38.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal571171110.5100.050.5417434.4834.12
Hex39756F330536ae2222
Octal711651576305662564242
Binary11100111101011101111110011010111011010101110100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39756F; }

 p { color: rgb(57,117,111); }

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

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

 a { background-color: rgb(57,117,111); }

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

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

 span { border-color: rgb(57,117,111); }

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