#549265

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

Shades of Chateau Green #549265

Tints of Chateau Green #549265

Color information

#549265 (or 0x549265) is unknown color: approx Chateau Green. HEX triplet: 54, 92 and 65. RGB value is (84,146,101). Sum of RGB (Red+Green+Blue) = 84+146+101=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 146 - color contains mainly: green. Hex color #549265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549265 is #AB6D9A. Grayscale: #7A7A7A. Windows color (decimal): -11234715 or 6656596. OLE color: 6656596.

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

Color convert

RGB84146101-
CMYK0.4200.310.43
HSL136.45º26.96%45.1%-
HSV(B)136.45º42.47%57.25%-
XYZ16.2823.3815.97-
YUV122.33115.96100.66-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.38%
GREEN value IS 146 (57.42% from 255) = 44.11%
BLUE value IS 101 (39.84% from 255) = 30.51%
R=25.38%
G=44.11%
B=30.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841461010.4200.310.43136.4526.9645.1
Hex5492652A01F2B881b2d
Octal12422214552037532103355
Binary10101001001001011001011010100111111010111000100011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549265; }

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

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

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

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

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

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

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

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