#40994D

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

Shades of Chateau Green #40994D

Tints of Chateau Green #40994D

Color information

#40994D (or 0x40994D) is unknown color: approx Chateau Green. HEX triplet: 40, 99 and 4D. RGB value is (64,153,77). Sum of RGB (Red+Green+Blue) = 64+153+77=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 153 (60.16% from 255 or 52.04% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 153 - color contains mainly: green. Hex color #40994D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40994D is #BF66B2. Grayscale: #757575. Windows color (decimal): -12543667 or 5085504. OLE color: 5085504.

HSL color Cylindrical-coordinate representation of color #40994D: hue angle of 128.76º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40994D is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB6415377-
CMYK0.5800.500.4
HSL128.76º41.01%42.55%-
HSV(B)128.76º58.17%60%-
XYZ14.8524.4110.95-
YUV117.72105.0189.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.77%
GREEN value IS 153 (60.16% from 255) = 52.04%
BLUE value IS 77 (30.47% from 255) = 26.19%
R=21.77%
G=52.04%
B=26.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal64153770.5800.500.4128.7641.0142.55
Hex40994D3A0322881292b
Octal10023111572062502015153
Binary1000000100110011001101111010011001010100010000001101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40994D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40994D; }

 p { color: rgb(64,153,77); }

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

<style>
 a { background-color: #40994D; }

 a { background-color: rgb(64,153,77); }

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

<style>
 span { border-color: #40994D; }

 span { border-color: rgb(64,153,77); }

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