#54734D

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

Shades of Cactus #54734D

Tints of Cactus #54734D

Color information

#54734D (or 0x54734D) is unknown color: approx Cactus. HEX triplet: 54, 73 and 4D. RGB value is (84,115,77). Sum of RGB (Red+Green+Blue) = 84+115+77=276 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.43% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 115 - color contains mainly: green. Hex color #54734D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54734D is #AB8CB2. Grayscale: #656565. Windows color (decimal): -11242675 or 5075796. OLE color: 5075796.

HSL color Cylindrical-coordinate representation of color #54734D: hue angle of 108.95º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #54734D is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB8411577-
CMYK0.2700.330.55
HSL108.95º19.79%37.65%-
HSV(B)108.95º33.04%45.1%-
XYZ11.1314.689.27-
YUV101.4114.23115.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.43%
GREEN value IS 115 (45.31% from 255) = 41.67%
BLUE value IS 77 (30.47% from 255) = 27.90%
R=30.43%
G=41.67%
B=27.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84115770.2700.330.55108.9519.7937.65
Hex54734D1B021376d1426
Octal12416311533041671552446
Binary101010011100111001101110110100001110111110110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54734D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,115,77); }

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

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

 a { background-color: rgb(84,115,77); }

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

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

 span { border-color: rgb(84,115,77); }

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