Html Css Color HEX #40A25F Chateau Green

📋 copy color: '#40A25F'

red 64 ◦ green 162 ◦ blue 95

#40A25F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #40A25F

Tints of Chateau Green #40A25F

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.6%

R = 19.94%
G = 50.47%
B = 29.6%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#40A25F (or 0x40A25F) is known color: 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

RGB 64 162 95 -
CMYK 0.60 0 0.41 0.36
HSL 138.98º 0.43% 0.44% -
HSV(B) 138.98º 0.6% 0.64% -
XYZ 17.1 27.76 15.28 -
YUV 125.06 111.03 84.45 -
System Red Green Blue C M Y K H S L
Decimal 64 162 95 0.60 0 0.41 0.36 138.98 0.43 0.44
Hex 40 A2 5F 3C 0 29 24 8B 2B 2C
Octal 100 242 137 74 0 51 44 213 53 54
Binary 1000000 10100010 1011111 111100 0 101001 100100 10001011 101011 101100

Color Harmonies of #40A25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A25F

Black with #40A25F

Text Example


Text Example

White with #40A25F

Text Example


Text Example

HTML Codes & Css Web 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>