#549865

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

Shades of Chateau Green #549865

Tints of Chateau Green #549865

Color information

#549865 (or 0x549865) is unknown color: approx Chateau Green. HEX triplet: 54, 98 and 65. RGB value is (84,152,101). Sum of RGB (Red+Green+Blue) = 84+152+101=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #549865 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549865 is #AB679A. Grayscale: #7D7D7D. Windows color (decimal): -11233179 or 6658132. OLE color: 6658132.

HSL color Cylindrical-coordinate representation of color #549865: hue angle of 135º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #549865 is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB84152101-
CMYK0.4500.340.40
HSL135º28.81%46.27%-
HSV(B)135º44.74%59.61%-
XYZ17.2325.2816.28-
YUV125.85113.9798.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.93%
GREEN value IS 152 (59.77% from 255) = 45.10%
BLUE value IS 101 (39.84% from 255) = 29.97%
R=24.93%
G=45.10%
B=29.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal841521010.4500.340.4013528.8146.27
Hex5498652D02228871d2e
Octal12423014555042502073556
Binary101010010011000110010110110101000101010001000011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549865; }

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

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

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

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

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

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

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

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