Html Css Color HEX #40A154 Chateau Green

📋 copy color: '#40A154'

red 64 ◦ green 161 ◦ blue 84

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

Shades of Chateau Green #40A154

Tints of Chateau Green #40A154

RGB

 RED value IS 64 (25.39% from 255) = 20.71%

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

 BLUE value IS 84 (33.2% from 255) = 27.18%

R = 20.71%
G = 52.1%
B = 27.18%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#40A154 (or 0x40A154) is known color: Chateau Green. HEX triplet: 40, A1 and 54. RGB value is (64,161,84). Sum of RGB (Red+Green+Blue) = 64+161+84=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 161 (63.28% from 255 or 52.10% from 309); Blue value is 84 (33.20% from 255 or 27.18% from 309); Max value from RGB is 161 - color contains mainly: green. Hex color #40A154 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A154 is #BF5EAB. Grayscale: #7B7B7B. Windows color (decimal): -12541612 or 5546304. OLE color: 5546304.

HSL color Cylindrical-coordinate representation of color #40A154: hue angle of 132.37º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40A154 is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB 64 161 84 -
CMYK 0.60 0 0.48 0.37
HSL 132.37º 0.43% 0.44% -
HSV(B) 132.37º 0.6% 0.63% -
XYZ 16.46 27.22 12.77 -
YUV 123.22 105.86 85.76 -
System Red Green Blue C M Y K H S L
Decimal 64 161 84 0.60 0 0.48 0.37 132.37 0.43 0.44
Hex 40 A1 54 3C 0 30 25 84 2B 2C
Octal 100 241 124 74 0 60 45 204 53 54
Binary 1000000 10100001 1010100 111100 0 110000 100101 10000100 101011 101100

Color Harmonies of #40A154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A154

Black with #40A154

Text Example


Text Example

White with #40A154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40A154; }

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

 H1.HeaderClassName
 {
   color: #40A154;
 }
 .AnyTagClassName
 {
   color: #40A154;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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