Html Css Color HEX #40B15D Chateau Green

📋 copy color: '#40B15D'

red 64 ◦ green 177 ◦ blue 93

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

Shades of Chateau Green #40B15D

Tints of Chateau Green #40B15D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.84%

R = 19.16%
G = 52.99%
B = 27.84%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#40B15D (or 0x40B15D) is known color: Chateau Green. HEX triplet: 40, B1 and 5D. RGB value is (64,177,93). Sum of RGB (Red+Green+Blue) = 64+177+93=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 177 (69.53% from 255 or 52.99% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 177 - color contains mainly: green. Hex color #40B15D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40B15D is #BF4EA2. Grayscale: #858585. Windows color (decimal): -12537507 or 6140224. OLE color: 6140224.

HSL color Cylindrical-coordinate representation of color #40B15D: hue angle of 135.4º 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 #40B15D is Cyan = 0.64, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 64 177 93 -
CMYK 0.64 0 0.47 0.31
HSL 135.4º 0.47% 0.47% -
HSV(B) 135.4º 0.64% 0.69% -
XYZ 19.81 33.32 15.74 -
YUV 133.64 105.06 78.33 -
System Red Green Blue C M Y K H S L
Decimal 64 177 93 0.64 0 0.47 0.31 135.4 0.47 0.47
Hex 40 B1 5D 40 0 2F 1F 87 2F 2F
Octal 100 261 135 100 0 57 37 207 57 57
Binary 1000000 10110001 1011101 1000000 0 101111 11111 10000111 101111 101111

Color Harmonies of #40B15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B15D

Black with #40B15D

Text Example


Text Example

White with #40B15D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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