#547B50

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

Shades of Cactus #547B50

Tints of Cactus #547B50

Color information

#547B50 (or 0x547B50) is unknown color: approx Cactus. HEX triplet: 54, 7B and 50. RGB value is (84,123,80). Sum of RGB (Red+Green+Blue) = 84+123+80=287 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.27% from 287); Green value is 123 (48.44% from 255 or 42.86% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 123 - color contains mainly: green. Hex color #547B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547B50 is #AB84AF. Grayscale: #6A6A6A. Windows color (decimal): -11240624 or 5274452. OLE color: 5274452.

HSL color Cylindrical-coordinate representation of color #547B50: hue angle of 114.42º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #547B50 is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.52.

Color convert

RGB8412380-
CMYK0.3200.350.52
HSL114.42º21.18%39.8%-
HSV(B)114.42º34.96%48.24%-
XYZ12.1916.6310.16-
YUV106.44113.08112-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.27%
GREEN value IS 123 (48.44% from 255) = 42.86%
BLUE value IS 80 (31.64% from 255) = 27.87%
R=29.27%
G=42.86%
B=27.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal84123800.3200.350.52114.4221.1839.8
Hex547B502002334721528
Octal12417312040043641622550
Binary1010100111101110100001000000100011110100111001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547B50; }

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

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

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

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

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

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

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

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