Html Css Color HEX #39716A Genoa

📋 copy color: '#39716A'

red 57 ◦ green 113 ◦ blue 106

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

Shades of Genoa #39716A

Tints of Genoa #39716A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.94%

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

R = 20.65%
G = 40.94%
B = 38.41%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#39716A (or 0x39716A) is known color: Genoa. HEX triplet: 39, 71 and 6A. RGB value is (57,113,106). Sum of RGB (Red+Green+Blue) = 57+113+106=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 113 - color contains mainly: green. Hex color #39716A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39716A is #C68E95. Grayscale: #5F5F5F. Windows color (decimal): -13012630 or 6975801. OLE color: 6975801.

HSL color Cylindrical-coordinate representation of color #39716A: hue angle of 172.5º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #39716A is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 113 106 -
CMYK 0.50 0 0.06 0.56
HSL 172.5º 0.33% 0.33% -
HSV(B) 172.5º 0.5% 0.44% -
XYZ 10.19 13.72 15.75 -
YUV 95.46 133.95 100.57 -
System Red Green Blue C M Y K H S L
Decimal 57 113 106 0.50 0 0.06 0.56 172.5 0.33 0.33
Hex 39 71 6A 32 0 6 38 AC 21 21
Octal 71 161 152 62 0 6 70 254 41 41
Binary 111001 1110001 1101010 110010 0 110 111000 10101100 100001 100001

Color Harmonies of #39716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39716A

Black with #39716A

Text Example


Text Example

White with #39716A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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