#40B55D

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

Shades of Chateau Green #40B55D

Tints of Chateau Green #40B55D

Color information

#40B55D (or 0x40B55D) is unknown color: approx Chateau Green. HEX triplet: 40, B5 and 5D. RGB value is (64,181,93). Sum of RGB (Red+Green+Blue) = 64+181+93=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 181 (71.09% from 255 or 53.55% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 181 - color contains mainly: green. Hex color #40B55D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B55D is #BF4AA2. Grayscale: #888888. Windows color (decimal): -12536483 or 6141248. OLE color: 6141248.

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

Color convert

RGB6418193-
CMYK0.6500.490.29
HSL134.87º47.76%48.04%-
HSV(B)134.87º64.64%70.98%-
XYZ20.6134.9316.01-
YUV135.98103.7476.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.93%
GREEN value IS 181 (71.09% from 255) = 53.55%
BLUE value IS 93 (36.72% from 255) = 27.51%
R=18.93%
G=53.55%
B=27.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal64181930.6500.490.29134.8747.7648.04
Hex40B55D410311D873030
Octal100265135101061352076060
Binary1000000101101011011101100000101100011110110000111110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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