Html Css Color HEX #516A20 Green Leaf

📋 copy color: '#516A20'

red 81 ◦ green 106 ◦ blue 32

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

Shades of Green Leaf #516A20

Tints of Green Leaf #516A20

RGB

 RED value IS 81 (32.03% from 255) = 36.99%

 GREEN value IS 106 (41.8% from 255) = 48.4%

 BLUE value IS 32 (12.89% from 255) = 14.61%

R = 36.99%
G = 48.4%
B = 14.61%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.70

 K value IS 0.58

RGB Variations

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

Color information

#516A20 (or 0x516A20) is known color: Green Leaf. HEX triplet: 51, 6A and 20. RGB value is (81,106,32). Sum of RGB (Red+Green+Blue) = 81+106+32=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 106 (41.80% from 255 or 48.40% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 106 - color contains mainly: green. Hex color #516A20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516A20 is #AE95DF. Grayscale: #5A5A5A. Windows color (decimal): -11441632 or 2124369. OLE color: 2124369.

HSL color Cylindrical-coordinate representation of color #516A20: hue angle of 80.27º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #516A20 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB 81 106 32 -
CMYK 0.24 0 0.70 0.58
HSL 80.27º 0.54% 0.27% -
HSV(B) 80.27º 0.7% 0.42% -
XYZ 8.81 12.16 3.25 -
YUV 90.09 95.22 121.52 -
System Red Green Blue C M Y K H S L
Decimal 81 106 32 0.24 0 0.70 0.58 80.27 0.54 0.27
Hex 51 6A 20 18 0 46 3A 50 36 1B
Octal 121 152 40 30 0 106 72 120 66 33
Binary 1010001 1101010 100000 11000 0 1000110 111010 1010000 110110 11011

Color Harmonies of #516A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516A20

Black with #516A20

Text Example


Text Example

White with #516A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516A20; }

 p { color: rgb(81,106,32); }

 H1.HeaderClassName
 {
   color: #516A20;
 }
 .AnyTagClassName
 {
   color: #516A20;
 }
</style>

background-color css

<style>
 a { background-color: #516A20; }

 a { background-color: rgb(81,106,32); }

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

border-color css

<style>
 span { border-color: #516A20; }

 span { border-color: rgb(81,106,32); }

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