#549460

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

Shades of Chateau Green #549460

Tints of Chateau Green #549460

Color information

#549460 (or 0x549460) is unknown color: approx Chateau Green. HEX triplet: 54, 94 and 60. RGB value is (84,148,96). Sum of RGB (Red+Green+Blue) = 84+148+96=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 148 - color contains mainly: green. Hex color #549460 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549460 is #AB6B9F. Grayscale: #7B7B7B. Windows color (decimal): -11234208 or 6329428. OLE color: 6329428.

HSL color Cylindrical-coordinate representation of color #549460: hue angle of 131.25º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #549460 is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB8414896-
CMYK0.4300.350.42
HSL131.25º27.59%45.49%-
HSV(B)131.25º43.24%58.04%-
XYZ16.3623.9114.82-
YUV122.94112.8100.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.61%
GREEN value IS 148 (58.20% from 255) = 45.12%
BLUE value IS 96 (37.89% from 255) = 29.27%
R=25.61%
G=45.12%
B=29.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84148960.4300.350.42131.2527.5945.49
Hex5494602B0232A831c2d
Octal12422414053043522033455
Binary101010010010100110000010101101000111010101000001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549460; }

 p { color: rgb(84,148,96); }

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

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

 a { background-color: rgb(84,148,96); }

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

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

 span { border-color: rgb(84,148,96); }

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