#547252

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

Shades of Cactus #547252

Tints of Cactus #547252

Color information

#547252 (or 0x547252) is unknown color: approx Cactus. HEX triplet: 54, 72 and 52. RGB value is (84,114,82). Sum of RGB (Red+Green+Blue) = 84+114+82=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 114 - color contains mainly: green. Hex color #547252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547252 is #AB8DAD. Grayscale: #656565. Windows color (decimal): -11242926 or 5403220. OLE color: 5403220.

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

Color convert

RGB8411482-
CMYK0.2600.280.55
HSL116.25º16.33%38.43%-
HSV(B)116.25º28.07%44.71%-
XYZ11.214.5310.2-
YUV101.38117.06115.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30%
GREEN value IS 114 (44.92% from 255) = 40.71%
BLUE value IS 82 (32.42% from 255) = 29.29%
R=30%
G=40.71%
B=29.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84114820.2600.280.55116.2516.3338.43
Hex5472521A01C37741026
Octal12416212232034671642046
Binary10101001110010101001011010011100110111111010010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547252; }

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

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

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

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

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

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

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

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