#51704E

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

Shades of Cactus #51704E

Tints of Cactus #51704E

Color information

#51704E (or 0x51704E) is unknown color: approx Cactus. HEX triplet: 51, 70 and 4E. RGB value is (81,112,78). Sum of RGB (Red+Green+Blue) = 81+112+78=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 112 - color contains mainly: green. Hex color #51704E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51704E is #AE8FB1. Grayscale: #626262. Windows color (decimal): -11440050 or 5140561. OLE color: 5140561.

HSL color Cylindrical-coordinate representation of color #51704E: hue angle of 114.71º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #51704E is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB8111278-
CMYK0.2800.300.56
HSL114.71º17.89%37.25%-
HSV(B)114.71º30.36%43.92%-
XYZ10.5613.899.33-
YUV98.85116.23115.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.89%
GREEN value IS 112 (44.14% from 255) = 41.33%
BLUE value IS 78 (30.86% from 255) = 28.78%
R=29.89%
G=41.33%
B=28.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81112780.2800.300.56114.7117.8937.25
Hex51704E1C01E38731225
Octal12116011634036701632245
Binary10100011110000100111011100011110111000111001110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51704E; }

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

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

<style>
 a { background-color: #51704E; }

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

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

<style>
 span { border-color: #51704E; }

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

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