#547C51

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

Shades of Cactus #547C51

Tints of Cactus #547C51

Color information

#547C51 (or 0x547C51) is unknown color: approx Cactus. HEX triplet: 54, 7C and 51. RGB value is (84,124,81). Sum of RGB (Red+Green+Blue) = 84+124+81=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 81 (32.03% from 255 or 28.03% from 289); Max value from RGB is 124 - color contains mainly: green. Hex color #547C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547C51 is #AB83AE. Grayscale: #6B6B6B. Windows color (decimal): -11240367 or 5340244. OLE color: 5340244.

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

Color convert

RGB8412481-
CMYK0.3200.350.51
HSL115.81º20.98%40.2%-
HSV(B)115.81º34.68%48.63%-
XYZ12.3516.8910.39-
YUV107.14113.25111.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.07%
GREEN value IS 124 (48.83% from 255) = 42.91%
BLUE value IS 81 (32.03% from 255) = 28.03%
R=29.07%
G=42.91%
B=28.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal84124810.3200.350.51115.8120.9840.2
Hex547C512002333741528
Octal12417412140043631642550
Binary1010100111110010100011000000100011110011111010010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,124,81); }

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

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

 a { background-color: rgb(84,124,81); }

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

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

 span { border-color: rgb(84,124,81); }

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