Html Css Color HEX #516F1F Green Leaf

📋 copy color: '#516F1F'

red 81 ◦ green 111 ◦ blue 31

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

Shades of Green Leaf #516F1F

Tints of Green Leaf #516F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.9%

R = 36.32%
G = 49.78%
B = 13.9%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#516F1F (or 0x516F1F) is known color: Green Leaf. HEX triplet: 51, 6F and 1F. RGB value is (81,111,31). Sum of RGB (Red+Green+Blue) = 81+111+31=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 111 (43.75% from 255 or 49.78% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 111 - color contains mainly: green. Hex color #516F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516F1F is #AE90E0. Grayscale: #5D5D5D. Windows color (decimal): -11440353 or 2060113. OLE color: 2060113.

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

Color convert

RGB 81 111 31 -
CMYK 0.27 0 0.72 0.56
HSL 82.5º 0.56% 0.28% -
HSV(B) 82.5º 0.72% 0.44% -
XYZ 9.33 13.22 3.36 -
YUV 92.91 93.06 119.5 -
System Red Green Blue C M Y K H S L
Decimal 81 111 31 0.27 0 0.72 0.56 82.5 0.56 0.28
Hex 51 6F 1F 1B 0 48 38 52 38 1C
Octal 121 157 37 33 0 110 70 122 70 34
Binary 1010001 1101111 11111 11011 0 1001000 111000 1010010 111000 11100

Color Harmonies of #516F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516F1F

Black with #516F1F

Text Example


Text Example

White with #516F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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