#549463

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

Shades of Chateau Green #549463

Tints of Chateau Green #549463

Color information

#549463 (or 0x549463) is unknown color: approx Chateau Green. HEX triplet: 54, 94 and 63. RGB value is (84,148,99). Sum of RGB (Red+Green+Blue) = 84+148+99=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 148 - color contains mainly: green. Hex color #549463 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549463 is #AB6B9C. Grayscale: #7B7B7B. Windows color (decimal): -11234205 or 6526036. OLE color: 6526036.

HSL color Cylindrical-coordinate representation of color #549463: hue angle of 134.06º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #549463 is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB8414899-
CMYK0.4300.330.42
HSL134.06º27.59%45.49%-
HSV(B)134.06º43.24%58.04%-
XYZ16.523.9715.56-
YUV123.28114.399.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.38%
GREEN value IS 148 (58.20% from 255) = 44.71%
BLUE value IS 99 (39.06% from 255) = 29.91%
R=25.38%
G=44.71%
B=29.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84148990.4300.330.42134.0627.5945.49
Hex5494632B0212A861c2d
Octal12422414353041522063455
Binary101010010010100110001110101101000011010101000011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549463; }

 p { color: rgb(84,148,99); }

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

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

 a { background-color: rgb(84,148,99); }

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

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

 span { border-color: rgb(84,148,99); }

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