#549365

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

Shades of Chateau Green #549365

Tints of Chateau Green #549365

Color information

#549365 (or 0x549365) is unknown color: approx Chateau Green. HEX triplet: 54, 93 and 65. RGB value is (84,147,101). Sum of RGB (Red+Green+Blue) = 84+147+101=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 147 - color contains mainly: green. Hex color #549365 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549365 is #AB6C9A. Grayscale: #7B7B7B. Windows color (decimal): -11234459 or 6656852. OLE color: 6656852.

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

Color convert

RGB84147101-
CMYK0.4300.310.42
HSL136.19º27.27%45.29%-
HSV(B)136.19º42.86%57.65%-
XYZ16.4423.6916.02-
YUV122.92115.63100.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.30%
GREEN value IS 147 (57.81% from 255) = 44.28%
BLUE value IS 101 (39.84% from 255) = 30.42%
R=25.30%
G=44.28%
B=30.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841471010.4300.310.42136.1927.2745.29
Hex5493652B01F2A881b2d
Octal12422314553037522103355
Binary10101001001001111001011010110111111010101000100011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549365; }

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

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

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

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

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

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

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

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