Html Css Color HEX #40AE60 Chateau Green

📋 copy color: '#40AE60'

red 64 ◦ green 174 ◦ blue 96

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

Shades of Chateau Green #40AE60

Tints of Chateau Green #40AE60

RGB

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

 GREEN value IS 174 (68.36% from 255) = 52.1%

 BLUE value IS 96 (37.89% from 255) = 28.74%

R = 19.16%
G = 52.1%
B = 28.74%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#40AE60 (or 0x40AE60) is known color: Chateau Green. HEX triplet: 40, AE and 60. RGB value is (64,174,96). Sum of RGB (Red+Green+Blue) = 64+174+96=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 174 (68.36% from 255 or 52.10% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 174 - color contains mainly: green. Hex color #40AE60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AE60 is #BF519F. Grayscale: #848484. Windows color (decimal): -12538272 or 6336064. OLE color: 6336064.

HSL color Cylindrical-coordinate representation of color #40AE60: hue angle of 137.45º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AE60 is Cyan = 0.63, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 174 96 -
CMYK 0.63 0 0.45 0.32
HSL 137.45º 0.46% 0.47% -
HSV(B) 137.45º 0.63% 0.68% -
XYZ 19.36 32.21 16.26 -
YUV 132.22 107.56 79.34 -
System Red Green Blue C M Y K H S L
Decimal 64 174 96 0.63 0 0.45 0.32 137.45 0.46 0.47
Hex 40 AE 60 3F 0 2D 20 89 2E 2F
Octal 100 256 140 77 0 55 40 211 56 57
Binary 1000000 10101110 1100000 111111 0 101101 100000 10001001 101110 101111

Color Harmonies of #40AE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AE60

Black with #40AE60

Text Example


Text Example

White with #40AE60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,174,96); }

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

background-color css

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

 a { background-color: rgb(64,174,96); }

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

border-color css

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

 span { border-color: rgb(64,174,96); }

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