Html Css Color HEX #40AC58 Chateau Green

📋 copy color: '#40AC58'

red 64 ◦ green 172 ◦ blue 88

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

Shades of Chateau Green #40AC58

Tints of Chateau Green #40AC58

RGB

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

 GREEN value IS 172 (67.58% from 255) = 53.09%

 BLUE value IS 88 (34.77% from 255) = 27.16%

R = 19.75%
G = 53.09%
B = 27.16%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#40AC58 (or 0x40AC58) is known color: Chateau Green. HEX triplet: 40, AC and 58. RGB value is (64,172,88). Sum of RGB (Red+Green+Blue) = 64+172+88=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 172 (67.58% from 255 or 53.09% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 172 - color contains mainly: green. Hex color #40AC58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AC58 is #BF53A7. Grayscale: #828282. Windows color (decimal): -12538792 or 5811264. OLE color: 5811264.

HSL color Cylindrical-coordinate representation of color #40AC58: hue angle of 133.33º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AC58 is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 172 88 -
CMYK 0.63 0 0.49 0.33
HSL 133.33º 0.46% 0.46% -
HSV(B) 133.33º 0.63% 0.67% -
XYZ 18.63 31.3 14.29 -
YUV 130.13 104.22 80.83 -
System Red Green Blue C M Y K H S L
Decimal 64 172 88 0.63 0 0.49 0.33 133.33 0.46 0.46
Hex 40 AC 58 3F 0 31 21 85 2E 2E
Octal 100 254 130 77 0 61 41 205 56 56
Binary 1000000 10101100 1011000 111111 0 110001 100001 10000101 101110 101110

Color Harmonies of #40AC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AC58

Black with #40AC58

Text Example


Text Example

White with #40AC58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,172,88); }

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

background-color css

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

 a { background-color: rgb(64,172,88); }

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

border-color css

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

 span { border-color: rgb(64,172,88); }

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