#549267

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

Shades of Chateau Green #549267

Tints of Chateau Green #549267

Color information

#549267 (or 0x549267) is unknown color: approx Chateau Green. HEX triplet: 54, 92 and 67. RGB value is (84,146,103). Sum of RGB (Red+Green+Blue) = 84+146+103=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 146 - color contains mainly: green. Hex color #549267 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549267 is #AB6D98. Grayscale: #7A7A7A. Windows color (decimal): -11234713 or 6787668. OLE color: 6787668.

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

Color convert

RGB84146103-
CMYK0.4200.290.43
HSL138.39º26.96%45.1%-
HSV(B)138.39º42.47%57.25%-
XYZ16.3823.4216.49-
YUV122.56116.96100.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.23%
GREEN value IS 146 (57.42% from 255) = 43.84%
BLUE value IS 103 (40.62% from 255) = 30.93%
R=25.23%
G=43.84%
B=30.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841461030.4200.290.43138.3926.9645.1
Hex5492672A01D2B8a1b2d
Octal12422214752035532123355
Binary10101001001001011001111010100111011010111000101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549267; }

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

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

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

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

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

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

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

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