#547650

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

Shades of Cactus #547650

Tints of Cactus #547650

Color information

#547650 (or 0x547650) is unknown color: approx Cactus. HEX triplet: 54, 76 and 50. RGB value is (84,118,80). Sum of RGB (Red+Green+Blue) = 84+118+80=282 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.79% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 118 - color contains mainly: green. Hex color #547650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547650 is #AB89AF. Grayscale: #676767. Windows color (decimal): -11241904 or 5273172. OLE color: 5273172.

HSL color Cylindrical-coordinate representation of color #547650: hue angle of 113.68º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #547650 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB8411880-
CMYK0.2900.320.54
HSL113.68º19.19%38.82%-
HSV(B)113.68º32.2%46.27%-
XYZ11.5815.429.96-
YUV103.5114.74114.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.79%
GREEN value IS 118 (46.48% from 255) = 41.84%
BLUE value IS 80 (31.64% from 255) = 28.37%
R=29.79%
G=41.84%
B=28.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal84118800.2900.320.54113.6819.1938.82
Hex5476501D02036721327
Octal12416612035040661622347
Binary101010011101101010000111010100000110110111001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547650; }

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

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

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

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

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

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

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

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