Html Css Color HEX #39756C Genoa

📋 copy color: '#39756C'

red 57 ◦ green 117 ◦ blue 108

#39756C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Genoa #39756C

Tints of Genoa #39756C

RGB

 RED value IS 57 (22.66% from 255) = 20.21%

 GREEN value IS 117 (46.09% from 255) = 41.49%

 BLUE value IS 108 (42.58% from 255) = 38.3%

R = 20.21%
G = 41.49%
B = 38.3%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#39756C (or 0x39756C) is known color: Genoa. HEX triplet: 39, 75 and 6C. RGB value is (57,117,108). Sum of RGB (Red+Green+Blue) = 57+117+108=282 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.21% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 117 - color contains mainly: green. Hex color #39756C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39756C is #C68A93. Grayscale: #626262. Windows color (decimal): -13011604 or 7107897. OLE color: 7107897.

HSL color Cylindrical-coordinate representation of color #39756C: hue angle of 171º 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 #39756C is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 117 108 -
CMYK 0.51 0 0.08 0.54
HSL 171º 0.34% 0.34% -
HSV(B) 171º 0.51% 0.46% -
XYZ 10.76 14.68 16.45 -
YUV 98.03 133.62 98.73 -
System Red Green Blue C M Y K H S L
Decimal 57 117 108 0.51 0 0.08 0.54 171 0.34 0.34
Hex 39 75 6C 33 0 8 36 AB 22 22
Octal 71 165 154 63 0 10 66 253 42 42
Binary 111001 1110101 1101100 110011 0 1000 110110 10101011 100010 100010

Color Harmonies of #39756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39756C

Black with #39756C

Text Example


Text Example

White with #39756C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #39756C;
 }
 .AnyTagClassName
 {
   color: #39756C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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