Html Css Color HEX #39756A Genoa

📋 copy color: '#39756A'

red 57 ◦ green 117 ◦ blue 106

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

Shades of Genoa #39756A

Tints of Genoa #39756A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.86%

R = 20.36%
G = 41.79%
B = 37.86%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#39756A (or 0x39756A) is known color: Genoa. HEX triplet: 39, 75 and 6A. RGB value is (57,117,106). Sum of RGB (Red+Green+Blue) = 57+117+106=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 117 - color contains mainly: green. Hex color #39756A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39756A is #C68A95. Grayscale: #616161. Windows color (decimal): -13011606 or 6976825. OLE color: 6976825.

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

Color convert

RGB 57 117 106 -
CMYK 0.51 0 0.09 0.54
HSL 169º 0.34% 0.34% -
HSV(B) 169º 0.51% 0.46% -
XYZ 10.65 14.63 15.9 -
YUV 97.81 132.62 98.89 -
System Red Green Blue C M Y K H S L
Decimal 57 117 106 0.51 0 0.09 0.54 169 0.34 0.34
Hex 39 75 6A 33 0 9 36 A9 22 22
Octal 71 165 152 63 0 11 66 251 42 42
Binary 111001 1110101 1101010 110011 0 1001 110110 10101001 100010 100010

Color Harmonies of #39756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39756A

Black with #39756A

Text Example


Text Example

White with #39756A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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