Html Css Color HEX #40AF60 Chateau Green

📋 copy color: '#40AF60'

red 64 ◦ green 175 ◦ blue 96

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

Shades of Chateau Green #40AF60

Tints of Chateau Green #40AF60

RGB

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

 GREEN value IS 175 (68.75% from 255) = 52.24%

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

R = 19.1%
G = 52.24%
B = 28.66%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#40AF60 (or 0x40AF60) is known color: Chateau Green. HEX triplet: 40, AF and 60. RGB value is (64,175,96). Sum of RGB (Red+Green+Blue) = 64+175+96=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 175 (68.75% from 255 or 52.24% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AF60 is #BF509F. Grayscale: #858585. Windows color (decimal): -12538016 or 6336320. OLE color: 6336320.

HSL color Cylindrical-coordinate representation of color #40AF60: hue angle of 137.3º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AF60 is Cyan = 0.63, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 64 175 96 -
CMYK 0.63 0 0.45 0.31
HSL 137.3º 0.46% 0.47% -
HSV(B) 137.3º 0.63% 0.69% -
XYZ 19.56 32.59 16.33 -
YUV 132.81 107.23 78.92 -
System Red Green Blue C M Y K H S L
Decimal 64 175 96 0.63 0 0.45 0.31 137.3 0.46 0.47
Hex 40 AF 60 3F 0 2D 1F 89 2E 2F
Octal 100 257 140 77 0 55 37 211 56 57
Binary 1000000 10101111 1100000 111111 0 101101 11111 10001001 101110 101111

Color Harmonies of #40AF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AF60

Black with #40AF60

Text Example


Text Example

White with #40AF60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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