Html Css Color HEX #40B55B Chateau Green

📋 copy color: '#40B55B'

red 64 ◦ green 181 ◦ blue 91

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

Shades of Chateau Green #40B55B

Tints of Chateau Green #40B55B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 53.87%

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

R = 19.05%
G = 53.87%
B = 27.08%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#40B55B (or 0x40B55B) is known color: Chateau Green. HEX triplet: 40, B5 and 5B. RGB value is (64,181,91). Sum of RGB (Red+Green+Blue) = 64+181+91=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 181 (71.09% from 255 or 53.87% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 181 - color contains mainly: green. Hex color #40B55B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B55B is #BF4AA4. Grayscale: #888888. Windows color (decimal): -12536485 or 6010176. OLE color: 6010176.

HSL color Cylindrical-coordinate representation of color #40B55B: hue angle of 133.85º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B55B is Cyan = 0.65, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 64 181 91 -
CMYK 0.65 0 0.50 0.29
HSL 133.85º 0.48% 0.48% -
HSV(B) 133.85º 0.65% 0.71% -
XYZ 20.53 34.89 15.55 -
YUV 135.76 102.74 76.82 -
System Red Green Blue C M Y K H S L
Decimal 64 181 91 0.65 0 0.50 0.29 133.85 0.48 0.48
Hex 40 B5 5B 41 0 32 1D 86 30 30
Octal 100 265 133 101 0 62 35 206 60 60
Binary 1000000 10110101 1011011 1000001 0 110010 11101 10000110 110000 110000

Color Harmonies of #40B55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B55B

Black with #40B55B

Text Example


Text Example

White with #40B55B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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