Html Css Color HEX #40B059 Chateau Green

📋 copy color: '#40B059'

red 64 ◦ green 176 ◦ blue 89

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

Shades of Chateau Green #40B059

Tints of Chateau Green #40B059

RGB

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

 GREEN value IS 176 (69.14% from 255) = 53.5%

 BLUE value IS 89 (35.16% from 255) = 27.05%

R = 19.45%
G = 53.5%
B = 27.05%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#40B059 (or 0x40B059) is known color: Chateau Green. HEX triplet: 40, B0 and 59. RGB value is (64,176,89). Sum of RGB (Red+Green+Blue) = 64+176+89=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 176 (69.14% from 255 or 53.50% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 176 - color contains mainly: green. Hex color #40B059 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40B059 is #BF4FA6. Grayscale: #848484. Windows color (decimal): -12537767 or 5877824. OLE color: 5877824.

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

Color convert

RGB 64 176 89 -
CMYK 0.64 0 0.49 0.31
HSL 133.39º 0.47% 0.47% -
HSV(B) 133.39º 0.64% 0.69% -
XYZ 19.44 32.86 14.77 -
YUV 132.59 103.39 79.07 -
System Red Green Blue C M Y K H S L
Decimal 64 176 89 0.64 0 0.49 0.31 133.39 0.47 0.47
Hex 40 B0 59 40 0 31 1F 85 2F 2F
Octal 100 260 131 100 0 61 37 205 57 57
Binary 1000000 10110000 1011001 1000000 0 110001 11111 10000101 101111 101111

Color Harmonies of #40B059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B059

Black with #40B059

Text Example


Text Example

White with #40B059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,176,89); }

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

background-color css

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

 a { background-color: rgb(64,176,89); }

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

border-color css

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

 span { border-color: rgb(64,176,89); }

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