#547053

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

Shades of Cactus #547053

Tints of Cactus #547053

Color information

#547053 (or 0x547053) is unknown color: approx Cactus. HEX triplet: 54, 70 and 53. RGB value is (84,112,83). Sum of RGB (Red+Green+Blue) = 84+112+83=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 112 - color contains mainly: green. Hex color #547053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547053 is #AB8FAC. Grayscale: #646464. Windows color (decimal): -11243437 or 5468244. OLE color: 5468244.

HSL color Cylindrical-coordinate representation of color #547053: hue angle of 117.93º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #547053 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB8411283-
CMYK0.2500.260.56
HSL117.93º14.87%38.24%-
HSV(B)117.93º25.89%43.92%-
XYZ11.0114.110.32-
YUV100.32118.22116.36-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.11%
GREEN value IS 112 (44.14% from 255) = 40.14%
BLUE value IS 83 (32.81% from 255) = 29.75%
R=30.11%
G=40.14%
B=29.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84112830.2500.260.56117.9314.8738.24
Hex5470531901A3876f26
Octal12416012331032701661746
Binary1010100111000010100111100101101011100011101101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547053; }

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

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

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

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

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

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

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

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