#40915D

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

Shades of Chateau Green #40915D

Tints of Chateau Green #40915D

Color information

#40915D (or 0x40915D) is unknown color: approx Chateau Green. HEX triplet: 40, 91 and 5D. RGB value is (64,145,93). Sum of RGB (Red+Green+Blue) = 64+145+93=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 145 (57.03% from 255 or 48.01% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 145 - color contains mainly: green. Hex color #40915D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40915D is #BF6EA2. Grayscale: #727272. Windows color (decimal): -12545699 or 6132032. OLE color: 6132032.

HSL color Cylindrical-coordinate representation of color #40915D: hue angle of 141.48º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40915D is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB6414593-
CMYK0.5600.360.43
HSL141.48º38.76%40.98%-
HSV(B)141.48º55.86%56.86%-
XYZ14.2222.1313.88-
YUV114.85115.6691.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.19%
GREEN value IS 145 (57.03% from 255) = 48.01%
BLUE value IS 93 (36.72% from 255) = 30.79%
R=21.19%
G=48.01%
B=30.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal64145930.5600.360.43141.4838.7640.98
Hex40915D380242B8d2729
Octal10022113570044532154751
Binary1000000100100011011101111000010010010101110001101100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40915D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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