#549264

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

Shades of Chateau Green #549264

Tints of Chateau Green #549264

Color information

#549264 (or 0x549264) is unknown color: approx Chateau Green. HEX triplet: 54, 92 and 64. RGB value is (84,146,100). Sum of RGB (Red+Green+Blue) = 84+146+100=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 146 - color contains mainly: green. Hex color #549264 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549264 is #AB6D9B. Grayscale: #7A7A7A. Windows color (decimal): -11234716 or 6591060. OLE color: 6591060.

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

Color convert

RGB84146100-
CMYK0.4200.320.43
HSL135.48º26.96%45.1%-
HSV(B)135.48º42.47%57.25%-
XYZ16.2423.3615.71-
YUV122.22115.46100.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.45%
GREEN value IS 146 (57.42% from 255) = 44.24%
BLUE value IS 100 (39.45% from 255) = 30.30%
R=25.45%
G=44.24%
B=30.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841461000.4200.320.43135.4826.9645.1
Hex5492642A0202B871b2d
Octal12422214452040532073355
Binary101010010010010110010010101001000001010111000011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549264; }

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

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

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

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

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

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

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

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