#547350

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

Shades of Cactus #547350

Tints of Cactus #547350

Color information

#547350 (or 0x547350) is unknown color: approx Cactus. HEX triplet: 54, 73 and 50. RGB value is (84,115,80). Sum of RGB (Red+Green+Blue) = 84+115+80=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 115 - color contains mainly: green. Hex color #547350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547350 is #AB8CAF. Grayscale: #656565. Windows color (decimal): -11242672 or 5272404. OLE color: 5272404.

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

Color convert

RGB8411580-
CMYK0.2700.300.55
HSL113.14º17.95%38.24%-
HSV(B)113.14º30.43%45.1%-
XYZ11.2314.739.84-
YUV101.74115.73115.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.11%
GREEN value IS 115 (45.31% from 255) = 41.22%
BLUE value IS 80 (31.64% from 255) = 28.67%
R=30.11%
G=41.22%
B=28.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84115800.2700.300.55113.1417.9538.24
Hex5473501B01E37711226
Octal12416312033036671612246
Binary10101001110011101000011011011110110111111000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547350; }

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

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

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

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

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

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

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

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