#40B95D

Color #40B95D Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #40B95D

Tints of Chateau Green #40B95D

Color information

#40B95D (or 0x40B95D) is unknown color: approx Chateau Green. HEX triplet: 40, B9 and 5D. RGB value is (64,185,93). Sum of RGB (Red+Green+Blue) = 64+185+93=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 185 (72.66% from 255 or 54.09% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 185 - color contains mainly: green. Hex color #40B95D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B95D is #BF46A2. Grayscale: #8A8A8A. Windows color (decimal): -12535459 or 6142272. OLE color: 6142272.

HSL color Cylindrical-coordinate representation of color #40B95D: hue angle of 134.38º 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 #40B95D is Cyan = 0.65, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB6418593-
CMYK0.6500.500.27
HSL134.38º48.59%48.82%-
HSV(B)134.38º65.41%72.55%-
XYZ21.4436.5816.29-
YUV138.33102.4174.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.71%
GREEN value IS 185 (72.66% from 255) = 54.09%
BLUE value IS 93 (36.72% from 255) = 27.19%
R=18.71%
G=54.09%
B=27.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal64185930.6500.500.27134.3848.5948.82
Hex40B95D410321B863131
Octal100271135101062332066161
Binary1000000101110011011101100000101100101101110000110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #40B95D;
 }
 .AnyTagClassName
 {
   color: #40B95D;
 }
</style>
background-color css

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

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

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

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

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

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