#51724D

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

Shades of Cactus #51724D

Tints of Cactus #51724D

Color information

#51724D (or 0x51724D) is unknown color: approx Cactus. HEX triplet: 51, 72 and 4D. RGB value is (81,114,77). Sum of RGB (Red+Green+Blue) = 81+114+77=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 114 (44.92% from 255 or 41.91% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 114 - color contains mainly: green. Hex color #51724D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51724D is #AE8DB2. Grayscale: #646464. Windows color (decimal): -11439539 or 5075537. OLE color: 5075537.

HSL color Cylindrical-coordinate representation of color #51724D: hue angle of 113.51º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #51724D is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB8111477-
CMYK0.2900.320.55
HSL113.51º19.37%37.45%-
HSV(B)113.51º32.46%44.71%-
XYZ10.7514.329.22-
YUV99.92115.07114.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.78%
GREEN value IS 114 (44.92% from 255) = 41.91%
BLUE value IS 77 (30.47% from 255) = 28.31%
R=29.78%
G=41.91%
B=28.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81114770.2900.320.55113.5119.3737.45
Hex51724D1D02037721325
Octal12116211535040671622345
Binary101000111100101001101111010100000110111111001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51724D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51724D; }

 p { color: rgb(81,114,77); }

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

<style>
 a { background-color: #51724D; }

 a { background-color: rgb(81,114,77); }

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

<style>
 span { border-color: #51724D; }

 span { border-color: rgb(81,114,77); }

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