#547250

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

Shades of Cactus #547250

Tints of Cactus #547250

Color information

#547250 (or 0x547250) is unknown color: approx Cactus. HEX triplet: 54, 72 and 50. RGB value is (84,114,80). Sum of RGB (Red+Green+Blue) = 84+114+80=278 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.22% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 114 - color contains mainly: green. Hex color #547250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547250 is #AB8DAF. Grayscale: #656565. Windows color (decimal): -11242928 or 5272148. OLE color: 5272148.

HSL color Cylindrical-coordinate representation of color #547250: hue angle of 112.94º 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 #547250 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB8411480-
CMYK0.2600.300.55
HSL112.94º17.53%38.04%-
HSV(B)112.94º29.82%44.71%-
XYZ11.1214.59.8-
YUV101.15116.06115.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.22%
GREEN value IS 114 (44.92% from 255) = 41.01%
BLUE value IS 80 (31.64% from 255) = 28.78%
R=30.22%
G=41.01%
B=28.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84114800.2600.300.55112.9417.5338.04
Hex5472501A01E37711226
Octal12416212032036671612246
Binary10101001110010101000011010011110110111111000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547250; }

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

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

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

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

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

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

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

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