#40944F

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

Shades of Chateau Green #40944F

Tints of Chateau Green #40944F

Color information

#40944F (or 0x40944F) is unknown color: approx Chateau Green. HEX triplet: 40, 94 and 4F. RGB value is (64,148,79). Sum of RGB (Red+Green+Blue) = 64+148+79=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 148 (58.20% from 255 or 50.86% from 291); Blue value is 79 (31.25% from 255 or 27.15% from 291); Max value from RGB is 148 - color contains mainly: green. Hex color #40944F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40944F is #BF6BB0. Grayscale: #737373. Windows color (decimal): -12544945 or 5215296. OLE color: 5215296.

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

Color convert

RGB6414879-
CMYK0.5700.470.42
HSL130.71º39.62%41.57%-
HSV(B)130.71º56.76%58.04%-
XYZ14.1222.8311.06-
YUV115.02107.6791.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.99%
GREEN value IS 148 (58.20% from 255) = 50.86%
BLUE value IS 79 (31.25% from 255) = 27.15%
R=21.99%
G=50.86%
B=27.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64148790.5700.470.42130.7139.6241.57
Hex40944F3902F2A83282a
Octal10022411771057522035052
Binary1000000100101001001111111001010111110101010000011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40944F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40944F; }

 p { color: rgb(64,148,79); }

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

<style>
 a { background-color: #40944F; }

 a { background-color: rgb(64,148,79); }

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

<style>
 span { border-color: #40944F; }

 span { border-color: rgb(64,148,79); }

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