Html Css Color HEX #40A055 Chateau Green

📋 copy color: '#40A055'

red 64 ◦ green 160 ◦ blue 85

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

Shades of Chateau Green #40A055

Tints of Chateau Green #40A055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.51%

R = 20.71%
G = 51.78%
B = 27.51%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#40A055 (or 0x40A055) is known color: Chateau Green. HEX triplet: 40, A0 and 55. RGB value is (64,160,85). Sum of RGB (Red+Green+Blue) = 64+160+85=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 160 (62.89% from 255 or 51.78% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 160 - color contains mainly: green. Hex color #40A055 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A055 is #BF5FAA. Grayscale: #7A7A7A. Windows color (decimal): -12541867 or 5611584. OLE color: 5611584.

HSL color Cylindrical-coordinate representation of color #40A055: hue angle of 133.12º 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 #40A055 is Cyan = 0.6, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB 64 160 85 -
CMYK 0.6 0 0.47 0.37
HSL 133.13º 0.43% 0.44% -
HSV(B) 133.13º 0.6% 0.63% -
XYZ 16.32 26.89 12.92 -
YUV 122.75 106.7 86.1 -
System Red Green Blue C M Y K H S L
Decimal 64 160 85 0.6 0 0.47 0.37 133.13 0.43 0.44
Hex 40 A0 55 3C 0 2F 25 85 2B 2C
Octal 100 240 125 74 0 57 45 205 53 54
Binary 1000000 10100000 1010101 111100 0 101111 100101 10000101 101011 101100

Color Harmonies of #40A055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A055

Black with #40A055

Text Example


Text Example

White with #40A055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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