#549261

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

Shades of Chateau Green #549261

Tints of Chateau Green #549261

Color information

#549261 (or 0x549261) is unknown color: approx Chateau Green. HEX triplet: 54, 92 and 61. RGB value is (84,146,97). Sum of RGB (Red+Green+Blue) = 84+146+97=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 146 - color contains mainly: green. Hex color #549261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549261 is #AB6D9E. Grayscale: #7A7A7A. Windows color (decimal): -11234719 or 6394452. OLE color: 6394452.

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

Color convert

RGB8414697-
CMYK0.4200.340.43
HSL132.58º26.96%45.1%-
HSV(B)132.58º42.47%57.25%-
XYZ16.0923.3114.96-
YUV121.88113.96100.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.69%
GREEN value IS 146 (57.42% from 255) = 44.65%
BLUE value IS 97 (38.28% from 255) = 29.66%
R=25.69%
G=44.65%
B=29.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal84146970.4200.340.43132.5826.9645.1
Hex5492612A0222B851b2d
Octal12422214152042532053355
Binary101010010010010110000110101001000101010111000010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549261; }

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

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

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

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

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

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

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

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