Html Css Color HEX #40AE5E Chateau Green

📋 copy color: '#40AE5E'

red 64 ◦ green 174 ◦ blue 94

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

Shades of Chateau Green #40AE5E

Tints of Chateau Green #40AE5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.31%

R = 19.28%
G = 52.41%
B = 28.31%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#40AE5E (or 0x40AE5E) is known color: Chateau Green. HEX triplet: 40, AE and 5E. RGB value is (64,174,94). Sum of RGB (Red+Green+Blue) = 64+174+94=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 174 (68.36% from 255 or 52.41% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 174 - color contains mainly: green. Hex color #40AE5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AE5E is #BF51A1. Grayscale: #848484. Windows color (decimal): -12538274 or 6204992. OLE color: 6204992.

HSL color Cylindrical-coordinate representation of color #40AE5E: hue angle of 136.36º 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 #40AE5E is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 174 94 -
CMYK 0.63 0 0.46 0.32
HSL 136.36º 0.46% 0.47% -
HSV(B) 136.36º 0.63% 0.68% -
XYZ 19.27 32.17 15.78 -
YUV 131.99 106.56 79.5 -
System Red Green Blue C M Y K H S L
Decimal 64 174 94 0.63 0 0.46 0.32 136.36 0.46 0.47
Hex 40 AE 5E 3F 0 2E 20 88 2E 2F
Octal 100 256 136 77 0 56 40 210 56 57
Binary 1000000 10101110 1011110 111111 0 101110 100000 10001000 101110 101111

Color Harmonies of #40AE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AE5E

Black with #40AE5E

Text Example


Text Example

White with #40AE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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