#54A664

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

Shades of Chateau Green #54A664

Tints of Chateau Green #54A664

Color information

#54A664 (or 0x54A664) is unknown color: approx Chateau Green. HEX triplet: 54, A6 and 64. RGB value is (84,166,100). Sum of RGB (Red+Green+Blue) = 84+166+100=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 166 (65.23% from 255 or 47.43% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 166 - color contains mainly: green. Hex color #54A664 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A664 is #AB599B. Grayscale: #868686. Windows color (decimal): -11229596 or 6596180. OLE color: 6596180.

HSL color Cylindrical-coordinate representation of color #54A664: hue angle of 131.71º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54A664 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB84166100-
CMYK0.4900.400.35
HSL131.71º32.8%49.02%-
HSV(B)131.71º49.4%65.1%-
XYZ19.5930.0816.83-
YUV133.96108.8392.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24%
GREEN value IS 166 (65.23% from 255) = 47.43%
BLUE value IS 100 (39.45% from 255) = 28.57%
R=24%
G=47.43%
B=28.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal841661000.4900.400.35131.7132.849.02
Hex54A6643102823842131
Octal12424614461050432044161
Binary1010100101001101100100110001010100010001110000100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54A664; }

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

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

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

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

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

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

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

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