#54734E

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

Shades of Cactus #54734E

Tints of Cactus #54734E

Color information

#54734E (or 0x54734E) is unknown color: approx Cactus. HEX triplet: 54, 73 and 4E. RGB value is (84,115,78). Sum of RGB (Red+Green+Blue) = 84+115+78=277 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.32% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 78 (30.86% from 255 or 28.16% from 277); Max value from RGB is 115 - color contains mainly: green. Hex color #54734E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54734E is #AB8CB1. Grayscale: #656565. Windows color (decimal): -11242674 or 5141332. OLE color: 5141332.

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

Color convert

RGB8411578-
CMYK0.2700.320.55
HSL110.27º19.17%37.84%-
HSV(B)110.27º32.17%45.1%-
XYZ11.1614.79.46-
YUV101.51114.73115.51-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.32%
GREEN value IS 115 (45.31% from 255) = 41.52%
BLUE value IS 78 (30.86% from 255) = 28.16%
R=30.32%
G=41.52%
B=28.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84115780.2700.320.55110.2719.1737.84
Hex54734E1B020376e1326
Octal12416311633040671562346
Binary101010011100111001110110110100000110111110111010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54734E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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