#40955A

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

Shades of Chateau Green #40955A

Tints of Chateau Green #40955A

Color information

#40955A (or 0x40955A) is unknown color: approx Chateau Green. HEX triplet: 40, 95 and 5A. RGB value is (64,149,90). Sum of RGB (Red+Green+Blue) = 64+149+90=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #40955A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40955A is #BF6AA5. Grayscale: #757575. Windows color (decimal): -12544678 or 5936448. OLE color: 5936448.

HSL color Cylindrical-coordinate representation of color #40955A: hue angle of 138.35º 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 #40955A is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB6414990-
CMYK0.5700.400.42
HSL138.35º39.91%41.76%-
HSV(B)138.35º57.05%58.43%-
XYZ14.7123.3213.4-
YUV116.86112.8490.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.12%
GREEN value IS 149 (58.59% from 255) = 49.17%
BLUE value IS 90 (35.55% from 255) = 29.70%
R=21.12%
G=49.17%
B=29.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64149900.5700.400.42138.3539.9141.76
Hex40955A390282A8a282a
Octal10022513271050522125052
Binary1000000100101011011010111001010100010101010001010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40955A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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