Html Css Color HEX #40A05C Chateau Green

📋 copy color: '#40A05C'

red 64 ◦ green 160 ◦ blue 92

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

Shades of Chateau Green #40A05C

Tints of Chateau Green #40A05C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 50.63%

 BLUE value IS 92 (36.33% from 255) = 29.11%

R = 20.25%
G = 50.63%
B = 29.11%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#40A05C (or 0x40A05C) is known color: Chateau Green. HEX triplet: 40, A0 and 5C. RGB value is (64,160,92). Sum of RGB (Red+Green+Blue) = 64+160+92=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 160 (62.89% from 255 or 50.63% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 160 - color contains mainly: green. Hex color #40A05C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A05C is #BF5FA3. Grayscale: #7B7B7B. Windows color (decimal): -12541860 or 6070336. OLE color: 6070336.

HSL color Cylindrical-coordinate representation of color #40A05C: hue angle of 137.5º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40A05C is Cyan = 0.6, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB 64 160 92 -
CMYK 0.6 0 0.43 0.37
HSL 137.5º 0.43% 0.44% -
HSV(B) 137.5º 0.6% 0.63% -
XYZ 16.62 27 14.46 -
YUV 123.54 110.2 85.53 -
System Red Green Blue C M Y K H S L
Decimal 64 160 92 0.6 0 0.43 0.37 137.5 0.43 0.44
Hex 40 A0 5C 3C 0 2B 25 8A 2B 2C
Octal 100 240 134 74 0 53 45 212 53 54
Binary 1000000 10100000 1011100 111100 0 101011 100101 10001010 101011 101100

Color Harmonies of #40A05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A05C

Black with #40A05C

Text Example


Text Example

White with #40A05C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,160,92); }

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

background-color css

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

 a { background-color: rgb(64,160,92); }

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

border-color css

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

 span { border-color: rgb(64,160,92); }

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