#549262

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

Shades of Chateau Green #549262

Tints of Chateau Green #549262

Color information

#549262 (or 0x549262) is unknown color: approx Chateau Green. HEX triplet: 54, 92 and 62. RGB value is (84,146,98). Sum of RGB (Red+Green+Blue) = 84+146+98=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 146 - color contains mainly: green. Hex color #549262 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549262 is #AB6D9D. Grayscale: #7A7A7A. Windows color (decimal): -11234718 or 6459988. OLE color: 6459988.

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

Color convert

RGB8414698-
CMYK0.4200.330.43
HSL133.55º26.96%45.1%-
HSV(B)133.55º42.47%57.25%-
XYZ16.1423.3215.21-
YUV121.99114.46100.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.61%
GREEN value IS 146 (57.42% from 255) = 44.51%
BLUE value IS 98 (38.67% from 255) = 29.88%
R=25.61%
G=44.51%
B=29.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal84146980.4200.330.43133.5526.9645.1
Hex5492622A0212B861b2d
Octal12422214252041532063355
Binary101010010010010110001010101001000011010111000011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549262; }

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

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

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

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

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

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

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

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