Html Css Color HEX #40B95A Chateau Green

📋 copy color: '#40B95A'

red 64 ◦ green 185 ◦ blue 90

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

Shades of Chateau Green #40B95A

Tints of Chateau Green #40B95A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 54.57%

 BLUE value IS 90 (35.55% from 255) = 26.55%

R = 18.88%
G = 54.57%
B = 26.55%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#40B95A (or 0x40B95A) is known color: Chateau Green. HEX triplet: 40, B9 and 5A. RGB value is (64,185,90). Sum of RGB (Red+Green+Blue) = 64+185+90=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 185 (72.66% from 255 or 54.57% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 185 - color contains mainly: green. Hex color #40B95A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B95A is #BF46A5. Grayscale: #8A8A8A. Windows color (decimal): -12535462 or 5945664. OLE color: 5945664.

HSL color Cylindrical-coordinate representation of color #40B95A: hue angle of 132.89º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B95A is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 185 90 -
CMYK 0.65 0 0.51 0.27
HSL 132.89º 0.49% 0.49% -
HSV(B) 132.89º 0.65% 0.73% -
XYZ 21.31 36.53 15.6 -
YUV 137.99 100.91 75.22 -
System Red Green Blue C M Y K H S L
Decimal 64 185 90 0.65 0 0.51 0.27 132.89 0.49 0.49
Hex 40 B9 5A 41 0 33 1B 85 31 31
Octal 100 271 132 101 0 63 33 205 61 61
Binary 1000000 10111001 1011010 1000001 0 110011 11011 10000101 110001 110001

Color Harmonies of #40B95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B95A

Black with #40B95A

Text Example


Text Example

White with #40B95A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,185,90); }

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

background-color css

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

 a { background-color: rgb(64,185,90); }

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

border-color css

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

 span { border-color: rgb(64,185,90); }

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