Html Css Color HEX #40A45D Chateau Green

📋 copy color: '#40A45D'

red 64 ◦ green 164 ◦ blue 93

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

Shades of Chateau Green #40A45D

Tints of Chateau Green #40A45D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 51.09%

 BLUE value IS 93 (36.72% from 255) = 28.97%

R = 19.94%
G = 51.09%
B = 28.97%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#40A45D (or 0x40A45D) is known color: Chateau Green. HEX triplet: 40, A4 and 5D. RGB value is (64,164,93). Sum of RGB (Red+Green+Blue) = 64+164+93=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 164 (64.45% from 255 or 51.09% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 164 - color contains mainly: green. Hex color #40A45D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A45D is #BF5BA2. Grayscale: #7E7E7E. Windows color (decimal): -12540835 or 6136896. OLE color: 6136896.

HSL color Cylindrical-coordinate representation of color #40A45D: hue angle of 137.4º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40A45D is Cyan = 0.61, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 64 164 93 -
CMYK 0.61 0 0.43 0.36
HSL 137.4º 0.44% 0.45% -
HSV(B) 137.4º 0.61% 0.64% -
XYZ 17.37 28.43 14.93 -
YUV 126.01 109.37 83.77 -
System Red Green Blue C M Y K H S L
Decimal 64 164 93 0.61 0 0.43 0.36 137.4 0.44 0.45
Hex 40 A4 5D 3D 0 2B 24 89 2C 2D
Octal 100 244 135 75 0 53 44 211 54 55
Binary 1000000 10100100 1011101 111101 0 101011 100100 10001001 101100 101101

Color Harmonies of #40A45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A45D

Black with #40A45D

Text Example


Text Example

White with #40A45D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,164,93); }

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

background-color css

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

 a { background-color: rgb(64,164,93); }

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

border-color css

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

 span { border-color: rgb(64,164,93); }

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