Html Css Color HEX #516920 Green Leaf

📋 copy color: '#516920'

red 81 ◦ green 105 ◦ blue 32

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

Shades of Green Leaf #516920

Tints of Green Leaf #516920

RGB

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

 GREEN value IS 105 (41.41% from 255) = 48.17%

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

R = 37.16%
G = 48.17%
B = 14.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#516920 (or 0x516920) is known color: Green Leaf. HEX triplet: 51, 69 and 20. RGB value is (81,105,32). Sum of RGB (Red+Green+Blue) = 81+105+32=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 105 (41.41% from 255 or 48.17% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 105 - color contains mainly: green. Hex color #516920 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516920 is #AE96DF. Grayscale: #595959. Windows color (decimal): -11441888 or 2124113. OLE color: 2124113.

HSL color Cylindrical-coordinate representation of color #516920: hue angle of 79.73º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #516920 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 105 32 -
CMYK 0.23 0 0.70 0.59
HSL 79.73º 0.53% 0.27% -
HSV(B) 79.73º 0.7% 0.41% -
XYZ 8.71 11.96 3.22 -
YUV 89.5 95.55 121.94 -
System Red Green Blue C M Y K H S L
Decimal 81 105 32 0.23 0 0.70 0.59 79.73 0.53 0.27
Hex 51 69 20 17 0 46 3B 50 35 1B
Octal 121 151 40 27 0 106 73 120 65 33
Binary 1010001 1101001 100000 10111 0 1000110 111011 1010000 110101 11011

Color Harmonies of #516920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516920

Black with #516920

Text Example


Text Example

White with #516920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516920; }

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

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

background-color css

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

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

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

border-color css

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

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

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