#40955E

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

Shades of Chateau Green #40955E

Tints of Chateau Green #40955E

Color information

#40955E (or 0x40955E) is unknown color: approx Chateau Green. HEX triplet: 40, 95 and 5E. RGB value is (64,149,94). Sum of RGB (Red+Green+Blue) = 64+149+94=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 149 (58.59% from 255 or 48.53% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 149 - color contains mainly: green. Hex color #40955E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40955E is #BF6AA1. Grayscale: #757575. Windows color (decimal): -12544674 or 6198592. OLE color: 6198592.

HSL color Cylindrical-coordinate representation of color #40955E: hue angle of 141.18º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #40955E is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB6414994-
CMYK0.5700.370.42
HSL141.18º39.91%41.76%-
HSV(B)141.18º57.05%58.43%-
XYZ14.8823.3914.32-
YUV117.32114.8489.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.85%
GREEN value IS 149 (58.59% from 255) = 48.53%
BLUE value IS 94 (37.11% from 255) = 30.62%
R=20.85%
G=48.53%
B=30.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64149940.5700.370.42141.1839.9141.76
Hex40955E390252A8d282a
Octal10022513671045522155052
Binary1000000100101011011110111001010010110101010001101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40955E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40955E; }

 p { color: rgb(64,149,94); }

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

<style>
 a { background-color: #40955E; }

 a { background-color: rgb(64,149,94); }

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

<style>
 span { border-color: #40955E; }

 span { border-color: rgb(64,149,94); }

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