#547253

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

Shades of Cactus #547253

Tints of Cactus #547253

Color information

#547253 (or 0x547253) is unknown color: approx Cactus. HEX triplet: 54, 72 and 53. RGB value is (84,114,83). Sum of RGB (Red+Green+Blue) = 84+114+83=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 114 - color contains mainly: green. Hex color #547253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547253 is #AB8DAC. Grayscale: #656565. Windows color (decimal): -11242925 or 5468756. OLE color: 5468756.

HSL color Cylindrical-coordinate representation of color #547253: hue angle of 118.06º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #547253 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB8411483-
CMYK0.2600.270.55
HSL118.06º15.74%38.63%-
HSV(B)118.06º27.19%44.71%-
XYZ11.2314.5410.4-
YUV101.5117.56115.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.89%
GREEN value IS 114 (44.92% from 255) = 40.57%
BLUE value IS 83 (32.81% from 255) = 29.54%
R=29.89%
G=40.57%
B=29.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84114830.2600.270.55118.0615.7438.63
Hex5472531A01B37761027
Octal12416212332033671662047
Binary10101001110010101001111010011011110111111011010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547253; }

 p { color: rgb(84,114,83); }

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

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

 a { background-color: rgb(84,114,83); }

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

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

 span { border-color: rgb(84,114,83); }

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