#549363

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

Shades of Chateau Green #549363

Tints of Chateau Green #549363

Color information

#549363 (or 0x549363) is unknown color: approx Chateau Green. HEX triplet: 54, 93 and 63. RGB value is (84,147,99). Sum of RGB (Red+Green+Blue) = 84+147+99=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #549363 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549363 is #AB6C9C. Grayscale: #7A7A7A. Windows color (decimal): -11234461 or 6525780. OLE color: 6525780.

HSL color Cylindrical-coordinate representation of color #549363: hue angle of 134.29º degrees, saturation: 0.27, 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 #549363 is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB8414799-
CMYK0.4300.330.42
HSL134.29º27.27%45.29%-
HSV(B)134.29º42.86%57.65%-
XYZ16.3423.6515.51-
YUV122.69114.63100.4-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.45%
GREEN value IS 147 (57.81% from 255) = 44.55%
BLUE value IS 99 (39.06% from 255) = 30%
R=25.45%
G=44.55%
B=30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84147990.4300.330.42134.2927.2745.29
Hex5493632B0212A861b2d
Octal12422314353041522063355
Binary101010010010011110001110101101000011010101000011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549363; }

 p { color: rgb(84,147,99); }

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

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

 a { background-color: rgb(84,147,99); }

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

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

 span { border-color: rgb(84,147,99); }

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