Html Css Color HEX #40B45B Chateau Green

📋 copy color: '#40B45B'

red 64 ◦ green 180 ◦ blue 91

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

Shades of Chateau Green #40B45B

Tints of Chateau Green #40B45B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 53.73%

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

R = 19.1%
G = 53.73%
B = 27.16%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#40B45B (or 0x40B45B) is known color: Chateau Green. HEX triplet: 40, B4 and 5B. RGB value is (64,180,91). Sum of RGB (Red+Green+Blue) = 64+180+91=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 180 (70.70% from 255 or 53.73% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 180 - color contains mainly: green. Hex color #40B45B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B45B is #BF4BA4. Grayscale: #878787. Windows color (decimal): -12536741 or 6009920. OLE color: 6009920.

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

Color convert

RGB 64 180 91 -
CMYK 0.64 0 0.49 0.29
HSL 133.97º 0.48% 0.48% -
HSV(B) 133.97º 0.64% 0.71% -
XYZ 20.32 34.49 15.48 -
YUV 135.17 103.07 77.24 -
System Red Green Blue C M Y K H S L
Decimal 64 180 91 0.64 0 0.49 0.29 133.97 0.48 0.48
Hex 40 B4 5B 40 0 31 1D 86 30 30
Octal 100 264 133 100 0 61 35 206 60 60
Binary 1000000 10110100 1011011 1000000 0 110001 11101 10000110 110000 110000

Color Harmonies of #40B45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B45B

Black with #40B45B

Text Example


Text Example

White with #40B45B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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