#39776F

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

Shades of Genoa #39776F

Tints of Genoa #39776F

Color information

#39776F (or 0x39776F) is unknown color: approx Genoa. HEX triplet: 39, 77 and 6F. RGB value is (57,119,111). Sum of RGB (Red+Green+Blue) = 57+119+111=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 119 (46.88% from 255 or 41.46% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 119 - color contains mainly: green. Hex color #39776F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39776F is #C68890. Grayscale: #636363. Windows color (decimal): -13011089 or 7305017. OLE color: 7305017.

HSL color Cylindrical-coordinate representation of color #39776F: hue angle of 172.26º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #39776F is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB57119111-
CMYK0.5200.070.53
HSL172.26º35.23%34.51%-
HSV(B)172.26º52.1%46.67%-
XYZ11.1515.2117.39-
YUV99.55134.4697.65-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.86%
GREEN value IS 119 (46.88% from 255) = 41.46%
BLUE value IS 111 (43.75% from 255) = 38.68%
R=19.86%
G=41.46%
B=38.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal571191110.5200.070.53172.2635.2334.51
Hex39776F340735ac2323
Octal711671576407652544343
Binary11100111101111101111110100011111010110101100100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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