#39776D

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

Shades of Genoa #39776D

Tints of Genoa #39776D

Color information

#39776D (or 0x39776D) is unknown color: approx Genoa. HEX triplet: 39, 77 and 6D. RGB value is (57,119,109). Sum of RGB (Red+Green+Blue) = 57+119+109=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 119 (46.88% from 255 or 41.75% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 119 - color contains mainly: green. Hex color #39776D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39776D is #C68892. Grayscale: #636363. Windows color (decimal): -13011091 or 7173945. OLE color: 7173945.

HSL color Cylindrical-coordinate representation of color #39776D: hue angle of 170.32º 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 #39776D is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB57119109-
CMYK0.5200.080.53
HSL170.32º35.23%34.51%-
HSV(B)170.32º52.1%46.67%-
XYZ11.0415.1716.81-
YUV99.32133.4697.81-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20%
GREEN value IS 119 (46.88% from 255) = 41.75%
BLUE value IS 109 (42.97% from 255) = 38.25%
R=20%
G=41.75%
B=38.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal571191090.5200.080.53170.3235.2334.51
Hex39776D340835aa2323
Octal7116715564010652524343
Binary111001111011111011011101000100011010110101010100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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