#549165

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

Shades of Chateau Green #549165

Tints of Chateau Green #549165

Color information

#549165 (or 0x549165) is unknown color: approx Chateau Green. HEX triplet: 54, 91 and 65. RGB value is (84,145,101). Sum of RGB (Red+Green+Blue) = 84+145+101=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 145 - color contains mainly: green. Hex color #549165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549165 is #AB6E9A. Grayscale: #797979. Windows color (decimal): -11234971 or 6656340. OLE color: 6656340.

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

Color convert

RGB84145101-
CMYK0.4200.300.43
HSL136.72º26.64%44.9%-
HSV(B)136.72º42.07%56.86%-
XYZ16.1323.0815.92-
YUV121.74116.29101.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.45%
GREEN value IS 145 (57.03% from 255) = 43.94%
BLUE value IS 101 (39.84% from 255) = 30.61%
R=25.45%
G=43.94%
B=30.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841451010.4200.300.43136.7226.6444.9
Hex5491652A01E2B891b2d
Octal12422114552036532113355
Binary10101001001000111001011010100111101010111000100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549165; }

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

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

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

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

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

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

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

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