Html Css Color HEX #40A65F Chateau Green

📋 copy color: '#40A65F'

red 64 ◦ green 166 ◦ blue 95

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

Shades of Chateau Green #40A65F

Tints of Chateau Green #40A65F

RGB

 RED value IS 64 (25.39% from 255) = 19.69%

 GREEN value IS 166 (65.23% from 255) = 51.08%

 BLUE value IS 95 (37.5% from 255) = 29.23%

R = 19.69%
G = 51.08%
B = 29.23%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#40A65F (or 0x40A65F) is known color: Chateau Green. HEX triplet: 40, A6 and 5F. RGB value is (64,166,95). Sum of RGB (Red+Green+Blue) = 64+166+95=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 166 (65.23% from 255 or 51.08% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 166 - color contains mainly: green. Hex color #40A65F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A65F is #BF59A0. Grayscale: #7F7F7F. Windows color (decimal): -12540321 or 6268480. OLE color: 6268480.

HSL color Cylindrical-coordinate representation of color #40A65F: hue angle of 138.24º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40A65F is Cyan = 0.61, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 64 166 95 -
CMYK 0.61 0 0.43 0.35
HSL 138.24º 0.44% 0.45% -
HSV(B) 138.24º 0.61% 0.65% -
XYZ 17.82 29.19 15.52 -
YUV 127.41 109.71 82.77 -
System Red Green Blue C M Y K H S L
Decimal 64 166 95 0.61 0 0.43 0.35 138.24 0.44 0.45
Hex 40 A6 5F 3D 0 2B 23 8A 2C 2D
Octal 100 246 137 75 0 53 43 212 54 55
Binary 1000000 10100110 1011111 111101 0 101011 100011 10001010 101100 101101

Color Harmonies of #40A65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A65F

Black with #40A65F

Text Example


Text Example

White with #40A65F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40A65F;
 }
 .AnyTagClassName
 {
   color: #40A65F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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