Html Css Color HEX #36716A Genoa

📋 copy color: '#36716A'

red 54 ◦ green 113 ◦ blue 106

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

Shades of Genoa #36716A

Tints of Genoa #36716A

RGB

 RED value IS 54 (21.48% from 255) = 19.78%

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

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

R = 19.78%
G = 41.39%
B = 38.83%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#36716A (or 0x36716A) is known color: Genoa. HEX triplet: 36, 71 and 6A. RGB value is (54,113,106). Sum of RGB (Red+Green+Blue) = 54+113+106=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 113 - color contains mainly: green. Hex color #36716A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36716A is #C98E95. Grayscale: #5E5E5E. Windows color (decimal): -13209238 or 6975798. OLE color: 6975798.

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

Color convert

RGB 54 113 106 -
CMYK 0.52 0 0.06 0.56
HSL 172.88º 0.35% 0.33% -
HSV(B) 172.88º 0.52% 0.44% -
XYZ 10.03 13.64 15.74 -
YUV 94.56 134.45 99.07 -
System Red Green Blue C M Y K H S L
Decimal 54 113 106 0.52 0 0.06 0.56 172.88 0.35 0.33
Hex 36 71 6A 34 0 6 38 AD 23 21
Octal 66 161 152 64 0 6 70 255 43 41
Binary 110110 1110001 1101010 110100 0 110 111000 10101101 100011 100001

Color Harmonies of #36716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36716A

Black with #36716A

Text Example


Text Example

White with #36716A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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