Html Css Color HEX #516F20 Green Leaf

📋 copy color: '#516F20'

red 81 ◦ green 111 ◦ blue 32

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

Shades of Green Leaf #516F20

Tints of Green Leaf #516F20

RGB

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

 GREEN value IS 111 (43.75% from 255) = 49.55%

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

R = 36.16%
G = 49.55%
B = 14.29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#516F20 (or 0x516F20) is known color: Green Leaf. HEX triplet: 51, 6F and 20. RGB value is (81,111,32). Sum of RGB (Red+Green+Blue) = 81+111+32=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 111 (43.75% from 255 or 49.55% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 111 - color contains mainly: green. Hex color #516F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516F20 is #AE90DF. Grayscale: #5D5D5D. Windows color (decimal): -11440352 or 2125649. OLE color: 2125649.

HSL color Cylindrical-coordinate representation of color #516F20: hue angle of 82.78º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #516F20 is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 111 32 -
CMYK 0.27 0 0.71 0.56
HSL 82.78º 0.55% 0.28% -
HSV(B) 82.78º 0.71% 0.44% -
XYZ 9.34 13.22 3.43 -
YUV 93.02 93.56 119.42 -
System Red Green Blue C M Y K H S L
Decimal 81 111 32 0.27 0 0.71 0.56 82.78 0.55 0.28
Hex 51 6F 20 1B 0 47 38 53 37 1C
Octal 121 157 40 33 0 107 70 123 67 34
Binary 1010001 1101111 100000 11011 0 1000111 111000 1010011 110111 11100

Color Harmonies of #516F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516F20

Black with #516F20

Text Example


Text Example

White with #516F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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