Html Css Color HEX #54A164 Chateau Green

📋 copy color: '#54A164'

red 84 ◦ green 161 ◦ blue 100

#54A164
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #54A164

Tints of Chateau Green #54A164

RGB

 RED value IS 84 (33.2% from 255) = 24.35%

 GREEN value IS 161 (63.28% from 255) = 46.67%

 BLUE value IS 100 (39.45% from 255) = 28.99%

R = 24.35%
G = 46.67%
B = 28.99%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#54A164 (or 0x54A164) is known color: Chateau Green. HEX triplet: 54, A1 and 64. RGB value is (84,161,100). Sum of RGB (Red+Green+Blue) = 84+161+100=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 161 (63.28% from 255 or 46.67% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 161 - color contains mainly: green. Hex color #54A164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A164 is #AB5E9B. Grayscale: #838383. Windows color (decimal): -11230876 or 6594900. OLE color: 6594900.

HSL color Cylindrical-coordinate representation of color #54A164: hue angle of 132.47º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54A164 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB 84 161 100 -
CMYK 0.48 0 0.38 0.37
HSL 132.47º 0.31% 0.48% -
HSV(B) 132.47º 0.48% 0.63% -
XYZ 18.7 28.29 16.53 -
YUV 131.02 110.49 94.46 -
System Red Green Blue C M Y K H S L
Decimal 84 161 100 0.48 0 0.38 0.37 132.47 0.31 0.48
Hex 54 A1 64 30 0 26 25 84 1F 30
Octal 124 241 144 60 0 46 45 204 37 60
Binary 1010100 10100001 1100100 110000 0 100110 100101 10000100 11111 110000

Color Harmonies of #54A164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A164

Black with #54A164

Text Example


Text Example

White with #54A164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54A164;
 }
 .AnyTagClassName
 {
   color: #54A164;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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