#40B45D

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

Shades of Chateau Green #40B45D

Tints of Chateau Green #40B45D

Color information

#40B45D (or 0x40B45D) is unknown color: approx Chateau Green. HEX triplet: 40, B4 and 5D. RGB value is (64,180,93). Sum of RGB (Red+Green+Blue) = 64+180+93=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 180 (70.70% from 255 or 53.41% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 180 - color contains mainly: green. Hex color #40B45D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B45D is #BF4BA2. Grayscale: #878787. Windows color (decimal): -12536739 or 6140992. OLE color: 6140992.

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

Color convert

RGB6418093-
CMYK0.6400.480.29
HSL135º47.54%47.84%-
HSV(B)135º64.44%70.59%-
XYZ20.4134.5215.94-
YUV135.4104.0777.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.99%
GREEN value IS 180 (70.70% from 255) = 53.41%
BLUE value IS 93 (36.72% from 255) = 27.60%
R=18.99%
G=53.41%
B=27.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal64180930.6400.480.2913547.5447.84
Hex40B45D400301D873030
Octal100264135100060352076060
Binary1000000101101001011101100000001100001110110000111110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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