Html Css Color HEX #40AA52 Chateau Green

📋 copy color: '#40AA52'

red 64 ◦ green 170 ◦ blue 82

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

Shades of Chateau Green #40AA52

Tints of Chateau Green #40AA52

RGB

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

 GREEN value IS 170 (66.8% from 255) = 53.8%

 BLUE value IS 82 (32.42% from 255) = 25.95%

R = 20.25%
G = 53.8%
B = 25.95%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#40AA52 (or 0x40AA52) is known color: Chateau Green. HEX triplet: 40, AA and 52. RGB value is (64,170,82). Sum of RGB (Red+Green+Blue) = 64+170+82=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 170 (66.80% from 255 or 53.80% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 170 - color contains mainly: green. Hex color #40AA52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AA52 is #BF55AD. Grayscale: #808080. Windows color (decimal): -12539310 or 5417536. OLE color: 5417536.

HSL color Cylindrical-coordinate representation of color #40AA52: hue angle of 130.19º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40AA52 is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 170 82 -
CMYK 0.62 0 0.52 0.33
HSL 130.19º 0.45% 0.46% -
HSV(B) 130.19º 0.62% 0.67% -
XYZ 18.01 30.45 12.91 -
YUV 128.27 101.88 82.16 -
System Red Green Blue C M Y K H S L
Decimal 64 170 82 0.62 0 0.52 0.33 130.19 0.45 0.46
Hex 40 AA 52 3E 0 34 21 82 2D 2E
Octal 100 252 122 76 0 64 41 202 55 56
Binary 1000000 10101010 1010010 111110 0 110100 100001 10000010 101101 101110

Color Harmonies of #40AA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AA52

Black with #40AA52

Text Example


Text Example

White with #40AA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,170,82); }

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

background-color css

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

 a { background-color: rgb(64,170,82); }

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

border-color css

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

 span { border-color: rgb(64,170,82); }

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