#549562

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

Shades of Chateau Green #549562

Tints of Chateau Green #549562

Color information

#549562 (or 0x549562) is unknown color: approx Chateau Green. HEX triplet: 54, 95 and 62. RGB value is (84,149,98). Sum of RGB (Red+Green+Blue) = 84+149+98=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #549562 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549562 is #AB6A9D. Grayscale: #7B7B7B. Windows color (decimal): -11233950 or 6460756. OLE color: 6460756.

HSL color Cylindrical-coordinate representation of color #549562: hue angle of 132.92º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #549562 is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB8414998-
CMYK0.4400.340.42
HSL132.92º27.9%45.69%-
HSV(B)132.92º43.62%58.43%-
XYZ16.6124.2615.36-
YUV123.75113.4799.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.38%
GREEN value IS 149 (58.59% from 255) = 45.02%
BLUE value IS 98 (38.67% from 255) = 29.61%
R=25.38%
G=45.02%
B=29.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84149980.4400.340.42132.9227.945.69
Hex5495622C0222A851c2e
Octal12422514254042522053456
Binary101010010010101110001010110001000101010101000010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549562; }

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

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

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

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

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

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

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

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