#54704E

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

Shades of Cactus #54704E

Tints of Cactus #54704E

Color information

#54704E (or 0x54704E) is unknown color: approx Cactus. HEX triplet: 54, 70 and 4E. RGB value is (84,112,78). Sum of RGB (Red+Green+Blue) = 84+112+78=274 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.66% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 112 - color contains mainly: green. Hex color #54704E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54704E is #AB8FB1. Grayscale: #636363. Windows color (decimal): -11243442 or 5140564. OLE color: 5140564.

HSL color Cylindrical-coordinate representation of color #54704E: hue angle of 109.41º 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 #54704E is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB8411278-
CMYK0.2500.300.56
HSL109.41º17.89%37.25%-
HSV(B)109.41º30.36%43.92%-
XYZ10.8314.029.34-
YUV99.75115.72116.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.66%
GREEN value IS 112 (44.14% from 255) = 40.88%
BLUE value IS 78 (30.86% from 255) = 28.47%
R=30.66%
G=40.88%
B=28.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84112780.2500.300.56109.4117.8937.25
Hex54704E1901E386d1225
Octal12416011631036701552245
Binary10101001110000100111011001011110111000110110110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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