#40985A

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

Shades of Chateau Green #40985A

Tints of Chateau Green #40985A

Color information

#40985A (or 0x40985A) is unknown color: approx Chateau Green. HEX triplet: 40, 98 and 5A. RGB value is (64,152,90). Sum of RGB (Red+Green+Blue) = 64+152+90=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 152 (59.77% from 255 or 49.67% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 152 - color contains mainly: green. Hex color #40985A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40985A is #BF67A5. Grayscale: #767676. Windows color (decimal): -12543910 or 5937216. OLE color: 5937216.

HSL color Cylindrical-coordinate representation of color #40985A: hue angle of 137.73º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40985A is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB6415290-
CMYK0.5800.410.40
HSL137.73º40.74%42.35%-
HSV(B)137.73º57.89%59.61%-
XYZ15.1924.2813.56-
YUV118.62111.8589.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.92%
GREEN value IS 152 (59.77% from 255) = 49.67%
BLUE value IS 90 (35.55% from 255) = 29.41%
R=20.92%
G=49.67%
B=29.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal64152900.5800.410.40137.7340.7442.35
Hex40985A3A029288a292a
Octal10023013272051502125152
Binary1000000100110001011010111010010100110100010001010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40985A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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