#40A25F

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

Shades of Chateau Green #40A25F

Tints of Chateau Green #40A25F

Color information

#40A25F (or 0x40A25F) is unknown color: approx Chateau Green. HEX triplet: 40, A2 and 5F. RGB value is (64,162,95). Sum of RGB (Red+Green+Blue) = 64+162+95=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 162 (63.67% from 255 or 50.47% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 162 - color contains mainly: green. Hex color #40A25F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A25F is #BF5DA0. Grayscale: #7D7D7D. Windows color (decimal): -12541345 or 6267456. OLE color: 6267456.

HSL color Cylindrical-coordinate representation of color #40A25F: hue angle of 138.98º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40A25F is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB6416295-
CMYK0.6000.410.36
HSL138.98º43.36%44.31%-
HSV(B)138.98º60.49%63.53%-
XYZ17.127.7615.28-
YUV125.06111.0384.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.94%
GREEN value IS 162 (63.67% from 255) = 50.47%
BLUE value IS 95 (37.5% from 255) = 29.60%
R=19.94%
G=50.47%
B=29.60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal64162950.6000.410.36138.9843.3644.31
Hex40A25F3C029248b2b2c
Octal10024213774051442135354
Binary1000000101000101011111111100010100110010010001011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40A25F; }

 p { color: rgb(64,162,95); }

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

<style>
 a { background-color: #40A25F; }

 a { background-color: rgb(64,162,95); }

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

<style>
 span { border-color: #40A25F; }

 span { border-color: rgb(64,162,95); }

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