Html Css Color HEX #40B85B Chateau Green

📋 copy color: '#40B85B'

red 64 ◦ green 184 ◦ blue 91

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

Shades of Chateau Green #40B85B

Tints of Chateau Green #40B85B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 54.28%

 BLUE value IS 91 (35.94% from 255) = 26.84%

R = 18.88%
G = 54.28%
B = 26.84%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#40B85B (or 0x40B85B) is known color: Chateau Green. HEX triplet: 40, B8 and 5B. RGB value is (64,184,91). Sum of RGB (Red+Green+Blue) = 64+184+91=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 184 (72.27% from 255 or 54.28% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 184 - color contains mainly: green. Hex color #40B85B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B85B is #BF47A4. Grayscale: #898989. Windows color (decimal): -12535717 or 6010944. OLE color: 6010944.

HSL color Cylindrical-coordinate representation of color #40B85B: hue angle of 133.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B85B is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 64 184 91 -
CMYK 0.65 0 0.51 0.28
HSL 133.5º 0.48% 0.49% -
HSV(B) 133.5º 0.65% 0.72% -
XYZ 21.14 36.13 15.76 -
YUV 137.52 101.74 75.56 -
System Red Green Blue C M Y K H S L
Decimal 64 184 91 0.65 0 0.51 0.28 133.5 0.48 0.49
Hex 40 B8 5B 41 0 33 1C 86 30 31
Octal 100 270 133 101 0 63 34 206 60 61
Binary 1000000 10111000 1011011 1000001 0 110011 11100 10000110 110000 110001

Color Harmonies of #40B85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B85B

Black with #40B85B

Text Example


Text Example

White with #40B85B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,184,91); }

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

background-color css

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

 a { background-color: rgb(64,184,91); }

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

border-color css

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

 span { border-color: rgb(64,184,91); }

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