Html Css Color HEX #40A660 Chateau Green

📋 copy color: '#40A660'

red 64 ◦ green 166 ◦ blue 96

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

Shades of Chateau Green #40A660

Tints of Chateau Green #40A660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.45%

R = 19.63%
G = 50.92%
B = 29.45%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#40A660 (or 0x40A660) is known color: Chateau Green. HEX triplet: 40, A6 and 60. RGB value is (64,166,96). Sum of RGB (Red+Green+Blue) = 64+166+96=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 166 (65.23% from 255 or 50.92% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 166 - color contains mainly: green. Hex color #40A660 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A660 is #BF599F. Grayscale: #7F7F7F. Windows color (decimal): -12540320 or 6334016. OLE color: 6334016.

HSL color Cylindrical-coordinate representation of color #40A660: hue angle of 138.82º 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 #40A660 is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 64 166 96 -
CMYK 0.61 0 0.42 0.35
HSL 138.82º 0.44% 0.45% -
HSV(B) 138.82º 0.61% 0.65% -
XYZ 17.86 29.21 15.76 -
YUV 127.52 110.21 82.69 -
System Red Green Blue C M Y K H S L
Decimal 64 166 96 0.61 0 0.42 0.35 138.82 0.44 0.45
Hex 40 A6 60 3D 0 2A 23 8B 2C 2D
Octal 100 246 140 75 0 52 43 213 54 55
Binary 1000000 10100110 1100000 111101 0 101010 100011 10001011 101100 101101

Color Harmonies of #40A660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A660

Black with #40A660

Text Example


Text Example

White with #40A660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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