Html Css Color HEX #516930 Green Leaf

📋 copy color: '#516930'

red 81 ◦ green 105 ◦ blue 48

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

Shades of Green Leaf #516930

Tints of Green Leaf #516930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 20.51%

R = 34.62%
G = 44.87%
B = 20.51%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#516930 (or 0x516930) is known color: Green Leaf. HEX triplet: 51, 69 and 30. RGB value is (81,105,48). Sum of RGB (Red+Green+Blue) = 81+105+48=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 105 (41.41% from 255 or 44.87% from 234); Blue value is 48 (19.14% from 255 or 20.51% from 234); Max value from RGB is 105 - color contains mainly: green. Hex color #516930 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516930 is #AE96CF. Grayscale: #5B5B5B. Windows color (decimal): -11441872 or 3172689. OLE color: 3172689.

HSL color Cylindrical-coordinate representation of color #516930: hue angle of 85.26º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #516930 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 105 48 -
CMYK 0.23 0 0.54 0.59
HSL 85.26º 0.37% 0.3% -
HSV(B) 85.26º 0.54% 0.41% -
XYZ 8.98 12.07 4.65 -
YUV 91.33 103.55 120.63 -
System Red Green Blue C M Y K H S L
Decimal 81 105 48 0.23 0 0.54 0.59 85.26 0.37 0.3
Hex 51 69 30 17 0 36 3B 55 25 1E
Octal 121 151 60 27 0 66 73 125 45 36
Binary 1010001 1101001 110000 10111 0 110110 111011 1010101 100101 11110

Color Harmonies of #516930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516930

Black with #516930

Text Example


Text Example

White with #516930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516930; }

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

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

background-color css

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

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

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

border-color css

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

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

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