#51714E

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

Shades of Cactus #51714E

Tints of Cactus #51714E

Color information

#51714E (or 0x51714E) is unknown color: approx Cactus. HEX triplet: 51, 71 and 4E. RGB value is (81,113,78). Sum of RGB (Red+Green+Blue) = 81+113+78=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 113 (44.53% from 255 or 41.54% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 113 - color contains mainly: green. Hex color #51714E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51714E is #AE8EB1. Grayscale: #636363. Windows color (decimal): -11439794 or 5140817. OLE color: 5140817.

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

Color convert

RGB8111378-
CMYK0.2800.310.56
HSL114.86º18.32%37.45%-
HSV(B)114.86º30.97%44.31%-
XYZ10.6714.119.37-
YUV99.44115.9114.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.78%
GREEN value IS 113 (44.53% from 255) = 41.54%
BLUE value IS 78 (30.86% from 255) = 28.68%
R=29.78%
G=41.54%
B=28.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81113780.2800.310.56114.8618.3237.45
Hex51714E1C01F38731225
Octal12116111634037701632245
Binary10100011110001100111011100011111111000111001110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51714E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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