#40914E

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

Shades of Chateau Green #40914E

Tints of Chateau Green #40914E

Color information

#40914E (or 0x40914E) is unknown color: approx Chateau Green. HEX triplet: 40, 91 and 4E. RGB value is (64,145,78). Sum of RGB (Red+Green+Blue) = 64+145+78=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 145 (57.03% from 255 or 50.52% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 145 - color contains mainly: green. Hex color #40914E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40914E is #BF6EB1. Grayscale: #717171. Windows color (decimal): -12545714 or 5148992. OLE color: 5148992.

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

Color convert

RGB6414578-
CMYK0.5600.460.43
HSL130.37º38.76%40.98%-
HSV(B)130.37º55.86%56.86%-
XYZ13.6121.8910.72-
YUV113.14108.1692.95-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.30%
GREEN value IS 145 (57.03% from 255) = 50.52%
BLUE value IS 78 (30.86% from 255) = 27.18%
R=22.30%
G=50.52%
B=27.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal64145780.5600.460.43130.3738.7640.98
Hex40914E3802E2B822729
Octal10022111670056532024751
Binary1000000100100011001110111000010111010101110000010100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40914E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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