Html Css Color HEX #40A25B Chateau Green

📋 copy color: '#40A25B'

red 64 ◦ green 162 ◦ blue 91

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

Shades of Chateau Green #40A25B

Tints of Chateau Green #40A25B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 51.1%

 BLUE value IS 91 (35.94% from 255) = 28.71%

R = 20.19%
G = 51.1%
B = 28.71%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#40A25B (or 0x40A25B) is known color: Chateau Green. HEX triplet: 40, A2 and 5B. RGB value is (64,162,91). Sum of RGB (Red+Green+Blue) = 64+162+91=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 162 (63.67% from 255 or 51.10% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 162 - color contains mainly: green. Hex color #40A25B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A25B is #BF5DA4. Grayscale: #7C7C7C. Windows color (decimal): -12541349 or 6005312. OLE color: 6005312.

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

Color convert

RGB 64 162 91 -
CMYK 0.60 0 0.44 0.36
HSL 136.53º 0.43% 0.44% -
HSV(B) 136.53º 0.6% 0.64% -
XYZ 16.92 27.69 14.35 -
YUV 124.6 109.03 84.77 -
System Red Green Blue C M Y K H S L
Decimal 64 162 91 0.60 0 0.44 0.36 136.53 0.43 0.44
Hex 40 A2 5B 3C 0 2C 24 89 2B 2C
Octal 100 242 133 74 0 54 44 211 53 54
Binary 1000000 10100010 1011011 111100 0 101100 100100 10001001 101011 101100

Color Harmonies of #40A25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A25B

Black with #40A25B

Text Example


Text Example

White with #40A25B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,162,91); }

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

background-color css

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

 a { background-color: rgb(64,162,91); }

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

border-color css

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

 span { border-color: rgb(64,162,91); }

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