#549168

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

Shades of Chateau Green #549168

Tints of Chateau Green #549168

Color information

#549168 (or 0x549168) is unknown color: approx Chateau Green. HEX triplet: 54, 91 and 68. RGB value is (84,145,104). Sum of RGB (Red+Green+Blue) = 84+145+104=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 145 - color contains mainly: green. Hex color #549168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549168 is #AB6E97. Grayscale: #7A7A7A. Windows color (decimal): -11234968 or 6852948. OLE color: 6852948.

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

Color convert

RGB84145104-
CMYK0.4200.280.43
HSL139.67º26.64%44.9%-
HSV(B)139.67º42.07%56.86%-
XYZ16.2823.1416.7-
YUV122.09117.79100.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.23%
GREEN value IS 145 (57.03% from 255) = 43.54%
BLUE value IS 104 (41.02% from 255) = 31.23%
R=25.23%
G=43.54%
B=31.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841451040.4200.280.43139.6726.6444.9
Hex5491682A01C2B8c1b2d
Octal12422115052034532143355
Binary10101001001000111010001010100111001010111000110011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549168; }

 p { color: rgb(84,145,104); }

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

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

 a { background-color: rgb(84,145,104); }

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

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

 span { border-color: rgb(84,145,104); }

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