#516F27

Color #516F27 Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #516F27

Tints of Green Leaf #516F27

Color information

#516F27 (or 0x516F27) is unknown color: approx Green Leaf. HEX triplet: 51, 6F and 27. RGB value is (81,111,39). Sum of RGB (Red+Green+Blue) = 81+111+39=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 111 (43.75% from 255 or 48.05% from 231); Blue value is 39 (15.62% from 255 or 16.88% from 231); Max value from RGB is 111 - color contains mainly: green. Hex color #516F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516F27 is #AE90D8. Grayscale: #5E5E5E. Windows color (decimal): -11440345 or 2584401. OLE color: 2584401.

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

Color convert

RGB8111139-
CMYK0.2700.650.56
HSL85º48%29.41%-
HSV(B)85º64.86%43.53%-
XYZ9.4413.263.98-
YUV93.8297.06118.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.06%
GREEN value IS 111 (43.75% from 255) = 48.05%
BLUE value IS 39 (15.62% from 255) = 16.88%
R=35.06%
G=48.05%
B=16.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81111390.2700.650.56854829.41
Hex516F271B0413855301d
Octal12115747330101701256035
Binary101000111011111001111101101000001111000101010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #516F27;
 }
 .AnyTagClassName
 {
   color: #516F27;
 }
</style>
background-color css

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

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

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

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

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

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