Html Css Color HEX #40B55A Chateau Green

📋 copy color: '#40B55A'

red 64 ◦ green 181 ◦ blue 90

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

Shades of Chateau Green #40B55A

Tints of Chateau Green #40B55A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.87%

R = 19.1%
G = 54.03%
B = 26.87%

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

#40B55A (or 0x40B55A) is known color: Chateau Green. HEX triplet: 40, B5 and 5A. RGB value is (64,181,90). Sum of RGB (Red+Green+Blue) = 64+181+90=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 181 (71.09% from 255 or 54.03% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 181 - color contains mainly: green. Hex color #40B55A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B55A is #BF4AA5. Grayscale: #878787. Windows color (decimal): -12536486 or 5944640. OLE color: 5944640.

HSL color Cylindrical-coordinate representation of color #40B55A: hue angle of 133.33º 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 #40B55A is Cyan = 0.65, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 64 181 90 -
CMYK 0.65 0 0.50 0.29
HSL 133.33º 0.48% 0.48% -
HSV(B) 133.33º 0.65% 0.71% -
XYZ 20.48 34.88 15.32 -
YUV 135.64 102.24 76.9 -
System Red Green Blue C M Y K H S L
Decimal 64 181 90 0.65 0 0.50 0.29 133.33 0.48 0.48
Hex 40 B5 5A 41 0 32 1D 85 30 30
Octal 100 265 132 101 0 62 35 205 60 60
Binary 1000000 10110101 1011010 1000001 0 110010 11101 10000101 110000 110000

Color Harmonies of #40B55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B55A

Black with #40B55A

Text Example


Text Example

White with #40B55A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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