Html Css Color HEX #40B155 Chateau Green

📋 copy color: '#40B155'

red 64 ◦ green 177 ◦ blue 85

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

Shades of Chateau Green #40B155

Tints of Chateau Green #40B155

RGB

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

 GREEN value IS 177 (69.53% from 255) = 54.29%

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

R = 19.63%
G = 54.29%
B = 26.07%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#40B155 (or 0x40B155) is known color: Chateau Green. HEX triplet: 40, B1 and 55. RGB value is (64,177,85). Sum of RGB (Red+Green+Blue) = 64+177+85=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 177 (69.53% from 255 or 54.29% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 177 - color contains mainly: green. Hex color #40B155 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40B155 is #BF4EAA. Grayscale: #848484. Windows color (decimal): -12537515 or 5615936. OLE color: 5615936.

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

Color convert

RGB 64 177 85 -
CMYK 0.64 0 0.52 0.31
HSL 131.15º 0.47% 0.47% -
HSV(B) 131.15º 0.64% 0.69% -
XYZ 19.48 33.19 13.97 -
YUV 132.73 101.06 78.98 -
System Red Green Blue C M Y K H S L
Decimal 64 177 85 0.64 0 0.52 0.31 131.15 0.47 0.47
Hex 40 B1 55 40 0 34 1F 83 2F 2F
Octal 100 261 125 100 0 64 37 203 57 57
Binary 1000000 10110001 1010101 1000000 0 110100 11111 10000011 101111 101111

Color Harmonies of #40B155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B155

Black with #40B155

Text Example


Text Example

White with #40B155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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