#40915A

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

Shades of Chateau Green #40915A

Tints of Chateau Green #40915A

Color information

#40915A (or 0x40915A) is unknown color: approx Chateau Green. HEX triplet: 40, 91 and 5A. RGB value is (64,145,90). Sum of RGB (Red+Green+Blue) = 64+145+90=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 145 (57.03% from 255 or 48.49% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 145 - color contains mainly: green. Hex color #40915A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40915A is #BF6EA5. Grayscale: #727272. Windows color (decimal): -12545702 or 5935424. OLE color: 5935424.

HSL color Cylindrical-coordinate representation of color #40915A: hue angle of 139.26º 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 #40915A is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB6414590-
CMYK0.5600.380.43
HSL139.26º38.76%40.98%-
HSV(B)139.26º55.86%56.86%-
XYZ14.0922.0813.19-
YUV114.51114.1691.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.40%
GREEN value IS 145 (57.03% from 255) = 48.49%
BLUE value IS 90 (35.55% from 255) = 30.10%
R=21.40%
G=48.49%
B=30.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal64145900.5600.380.43139.2638.7640.98
Hex40915A380262B8b2729
Octal10022113270046532134751
Binary1000000100100011011010111000010011010101110001011100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40915A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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