#547251

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

Shades of Cactus #547251

Tints of Cactus #547251

Color information

#547251 (or 0x547251) is unknown color: approx Cactus. HEX triplet: 54, 72 and 51. RGB value is (84,114,81). Sum of RGB (Red+Green+Blue) = 84+114+81=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 81 (32.03% from 255 or 29.03% from 279); Max value from RGB is 114 - color contains mainly: green. Hex color #547251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547251 is #AB8DAE. Grayscale: #656565. Windows color (decimal): -11242927 or 5337684. OLE color: 5337684.

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

Color convert

RGB8411481-
CMYK0.2600.290.55
HSL114.55º16.92%38.24%-
HSV(B)114.55º28.95%44.71%-
XYZ11.1614.5110-
YUV101.27116.56115.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.11%
GREEN value IS 114 (44.92% from 255) = 40.86%
BLUE value IS 81 (32.03% from 255) = 29.03%
R=30.11%
G=40.86%
B=29.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84114810.2600.290.55114.5516.9238.24
Hex5472511A01D37731126
Octal12416212132035671632146
Binary10101001110010101000111010011101110111111001110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547251; }

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

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

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

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

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

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

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

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