#40B65F

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

Shades of Chateau Green #40B65F

Tints of Chateau Green #40B65F

Color information

#40B65F (or 0x40B65F) is unknown color: approx Chateau Green. HEX triplet: 40, B6 and 5F. RGB value is (64,182,95). Sum of RGB (Red+Green+Blue) = 64+182+95=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 182 (71.48% from 255 or 53.37% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 182 - color contains mainly: green. Hex color #40B65F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B65F is #BF49A0. Grayscale: #898989. Windows color (decimal): -12536225 or 6272576. OLE color: 6272576.

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

Color convert

RGB6418295-
CMYK0.6500.480.29
HSL135.76º47.97%48.24%-
HSV(B)135.76º64.84%71.37%-
XYZ20.9135.3716.55-
YUV136.8104.4176.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.77%
GREEN value IS 182 (71.48% from 255) = 53.37%
BLUE value IS 95 (37.5% from 255) = 27.86%
R=18.77%
G=53.37%
B=27.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal64182950.6500.480.29135.7647.9748.24
Hex40B65F410301D883030
Octal100266137101060352106060
Binary1000000101101101011111100000101100001110110001000110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,182,95); }

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

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

 a { background-color: rgb(64,182,95); }

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

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

 span { border-color: rgb(64,182,95); }

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