#54A564

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

Shades of Chateau Green #54A564

Tints of Chateau Green #54A564

Color information

#54A564 (or 0x54A564) is unknown color: approx Chateau Green. HEX triplet: 54, A5 and 64. RGB value is (84,165,100). Sum of RGB (Red+Green+Blue) = 84+165+100=349 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.07% from 349); Green value is 165 (64.84% from 255 or 47.28% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 165 - color contains mainly: green. Hex color #54A564 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A564 is #AB5A9B. Grayscale: #858585. Windows color (decimal): -11229852 or 6595924. OLE color: 6595924.

HSL color Cylindrical-coordinate representation of color #54A564: hue angle of 131.85º 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 #54A564 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB84165100-
CMYK0.4900.390.35
HSL131.85º32.53%48.82%-
HSV(B)131.85º49.09%64.71%-
XYZ19.4129.7216.77-
YUV133.37109.1692.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.07%
GREEN value IS 165 (64.84% from 255) = 47.28%
BLUE value IS 100 (39.45% from 255) = 28.65%
R=24.07%
G=47.28%
B=28.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal841651000.4900.390.35131.8532.5348.82
Hex54A5643102723842131
Octal12424514461047432044161
Binary1010100101001011100100110001010011110001110000100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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