#547850

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

Shades of Cactus #547850

Tints of Cactus #547850

Color information

#547850 (or 0x547850) is unknown color: approx Cactus. HEX triplet: 54, 78 and 50. RGB value is (84,120,80). Sum of RGB (Red+Green+Blue) = 84+120+80=284 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.58% from 284); Green value is 120 (47.27% from 255 or 42.25% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 120 - color contains mainly: green. Hex color #547850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547850 is #AB87AF. Grayscale: #686868. Windows color (decimal): -11241392 or 5273684. OLE color: 5273684.

HSL color Cylindrical-coordinate representation of color #547850: hue angle of 114º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #547850 is Cyan = 0.3, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB8412080-
CMYK0.300.330.53
HSL114º20%39.22%-
HSV(B)114º33.33%47.06%-
XYZ11.8215.910.03-
YUV104.68114.07113.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.58%
GREEN value IS 120 (47.27% from 255) = 42.25%
BLUE value IS 80 (31.64% from 255) = 28.17%
R=29.58%
G=42.25%
B=28.17%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal84120800.300.330.531142039.22
Hex5478501E02135721427
Octal12417012036041651622447
Binary101010011110001010000111100100001110101111001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547850; }

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

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

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

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

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

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

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

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