#516D4E

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

Shades of Cactus #516D4E

Tints of Cactus #516D4E

Color information

#516D4E (or 0x516D4E) is unknown color: approx Cactus. HEX triplet: 51, 6D and 4E. RGB value is (81,109,78). Sum of RGB (Red+Green+Blue) = 81+109+78=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 109 (42.97% from 255 or 40.67% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 109 - color contains mainly: green. Hex color #516D4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516D4E is #AE92B1. Grayscale: #616161. Windows color (decimal): -11440818 or 5139793. OLE color: 5139793.

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

Color convert

RGB8110978-
CMYK0.2600.280.57
HSL114.19º16.58%36.67%-
HSV(B)114.19º28.44%42.75%-
XYZ10.2413.249.22-
YUV97.09117.22116.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.22%
GREEN value IS 109 (42.97% from 255) = 40.67%
BLUE value IS 78 (30.86% from 255) = 29.10%
R=30.22%
G=40.67%
B=29.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81109780.2600.280.57114.1916.5836.67
Hex516D4E1A01C39721125
Octal12115511632034711622145
Binary10100011101101100111011010011100111001111001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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