Html Css Color HEX #516D30 Green Leaf

📋 copy color: '#516D30'

red 81 ◦ green 109 ◦ blue 48

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

Shades of Green Leaf #516D30

Tints of Green Leaf #516D30

RGB

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

 GREEN value IS 109 (42.97% from 255) = 45.8%

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

R = 34.03%
G = 45.8%
B = 20.17%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.56

 K value IS 0.57

RGB Variations

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

Color information

#516D30 (or 0x516D30) is known color: Green Leaf. HEX triplet: 51, 6D and 30. RGB value is (81,109,48). Sum of RGB (Red+Green+Blue) = 81+109+48=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 109 (42.97% from 255 or 45.80% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 109 - color contains mainly: green. Hex color #516D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516D30 is #AE92CF. Grayscale: #5D5D5D. Windows color (decimal): -11440848 or 3173713. OLE color: 3173713.

HSL color Cylindrical-coordinate representation of color #516D30: hue angle of 87.54º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #516D30 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.57.

Color convert

RGB 81 109 48 -
CMYK 0.26 0 0.56 0.57
HSL 87.54º 0.39% 0.31% -
HSV(B) 87.54º 0.56% 0.43% -
XYZ 9.4 12.9 4.79 -
YUV 93.67 102.22 118.96 -
System Red Green Blue C M Y K H S L
Decimal 81 109 48 0.26 0 0.56 0.57 87.54 0.39 0.31
Hex 51 6D 30 1A 0 38 39 58 27 1F
Octal 121 155 60 32 0 70 71 130 47 37
Binary 1010001 1101101 110000 11010 0 111000 111001 1011000 100111 11111

Color Harmonies of #516D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516D30

Black with #516D30

Text Example


Text Example

White with #516D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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