#549062

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

Shades of Chateau Green #549062

Tints of Chateau Green #549062

Color information

#549062 (or 0x549062) is unknown color: approx Chateau Green. HEX triplet: 54, 90 and 62. RGB value is (84,144,98). Sum of RGB (Red+Green+Blue) = 84+144+98=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 144 - color contains mainly: green. Hex color #549062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549062 is #AB6F9D. Grayscale: #787878. Windows color (decimal): -11235230 or 6459476. OLE color: 6459476.

HSL color Cylindrical-coordinate representation of color #549062: hue angle of 134º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #549062 is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB8414498-
CMYK0.4200.320.44
HSL134º26.32%44.71%-
HSV(B)134º41.67%56.47%-
XYZ15.8322.7115.1-
YUV120.82115.12101.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.77%
GREEN value IS 144 (56.64% from 255) = 44.17%
BLUE value IS 98 (38.67% from 255) = 30.06%
R=25.77%
G=44.17%
B=30.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal84144980.4200.320.4413426.3244.71
Hex5490622A0202C861a2d
Octal12422014252040542063255
Binary101010010010000110001010101001000001011001000011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549062; }

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

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

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

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

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

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

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

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