Html Css Color HEX #516B31 Green Leaf

📋 copy color: '#516B31'

red 81 ◦ green 107 ◦ blue 49

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

Shades of Green Leaf #516B31

Tints of Green Leaf #516B31

RGB

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

 GREEN value IS 107 (42.19% from 255) = 45.15%

 BLUE value IS 49 (19.53% from 255) = 20.68%

R = 34.18%
G = 45.15%
B = 20.68%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.54

 K value IS 0.58

RGB Variations

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

Color information

#516B31 (or 0x516B31) is known color: Green Leaf. HEX triplet: 51, 6B and 31. RGB value is (81,107,49). Sum of RGB (Red+Green+Blue) = 81+107+49=237 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.18% from 237); Green value is 107 (42.19% from 255 or 45.15% from 237); Blue value is 49 (19.53% from 255 or 20.68% from 237); Max value from RGB is 107 - color contains mainly: green. Hex color #516B31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516B31 is #AE94CE. Grayscale: #5C5C5C. Windows color (decimal): -11441359 or 3238737. OLE color: 3238737.

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

Color convert

RGB 81 107 49 -
CMYK 0.24 0 0.54 0.58
HSL 86.9º 0.37% 0.31% -
HSV(B) 86.9º 0.54% 0.42% -
XYZ 9.21 12.49 4.83 -
YUV 92.61 103.39 119.72 -
System Red Green Blue C M Y K H S L
Decimal 81 107 49 0.24 0 0.54 0.58 86.9 0.37 0.31
Hex 51 6B 31 18 0 36 3A 57 25 1F
Octal 121 153 61 30 0 66 72 127 45 37
Binary 1010001 1101011 110001 11000 0 110110 111010 1010111 100101 11111

Color Harmonies of #516B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516B31

Black with #516B31

Text Example


Text Example

White with #516B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,107,49); }

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

background-color css

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

 a { background-color: rgb(81,107,49); }

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

border-color css

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

 span { border-color: rgb(81,107,49); }

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