#549266

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

Shades of Chateau Green #549266

Tints of Chateau Green #549266

Color information

#549266 (or 0x549266) is unknown color: approx Chateau Green. HEX triplet: 54, 92 and 66. RGB value is (84,146,102). Sum of RGB (Red+Green+Blue) = 84+146+102=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 146 - color contains mainly: green. Hex color #549266 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549266 is #AB6D99. Grayscale: #7A7A7A. Windows color (decimal): -11234714 or 6722132. OLE color: 6722132.

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

Color convert

RGB84146102-
CMYK0.4200.300.43
HSL137.42º26.96%45.1%-
HSV(B)137.42º42.47%57.25%-
XYZ16.3323.416.23-
YUV122.45116.46100.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.30%
GREEN value IS 146 (57.42% from 255) = 43.98%
BLUE value IS 102 (40.23% from 255) = 30.72%
R=25.30%
G=43.98%
B=30.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841461020.4200.300.43137.4226.9645.1
Hex5492662A01E2B891b2d
Octal12422214652036532113355
Binary10101001001001011001101010100111101010111000100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549266; }

 p { color: rgb(84,146,102); }

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

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

 a { background-color: rgb(84,146,102); }

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

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

 span { border-color: rgb(84,146,102); }

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