Html Css Color HEX #40994D Chateau Green

📋 copy color: '#40994D'

red 64 ◦ green 153 ◦ blue 77

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

Shades of Chateau Green #40994D

Tints of Chateau Green #40994D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 52.04%

 BLUE value IS 77 (30.47% from 255) = 26.19%

R = 21.77%
G = 52.04%
B = 26.19%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#40994D (or 0x40994D) is known color: Chateau Green. HEX triplet: 40, 99 and 4D. RGB value is (64,153,77). Sum of RGB (Red+Green+Blue) = 64+153+77=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 153 (60.16% from 255 or 52.04% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 153 - color contains mainly: green. Hex color #40994D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40994D is #BF66B2. Grayscale: #757575. Windows color (decimal): -12543667 or 5085504. OLE color: 5085504.

HSL color Cylindrical-coordinate representation of color #40994D: hue angle of 128.76º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40994D is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 153 77 -
CMYK 0.58 0 0.50 0.4
HSL 128.76º 0.41% 0.43% -
HSV(B) 128.76º 0.58% 0.6% -
XYZ 14.85 24.41 10.95 -
YUV 117.73 105.01 89.68 -
System Red Green Blue C M Y K H S L
Decimal 64 153 77 0.58 0 0.50 0.4 128.76 0.41 0.43
Hex 40 99 4D 3A 0 32 28 81 29 2B
Octal 100 231 115 72 0 62 50 201 51 53
Binary 1000000 10011001 1001101 111010 0 110010 101000 10000001 101001 101011

Color Harmonies of #40994D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40994D

Black with #40994D

Text Example


Text Example

White with #40994D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40994D; }

 p { color: rgb(64,153,77); }

 H1.HeaderClassName
 {
   color: #40994D;
 }
 .AnyTagClassName
 {
   color: #40994D;
 }
</style>

background-color css

<style>
 a { background-color: #40994D; }

 a { background-color: rgb(64,153,77); }

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

border-color css

<style>
 span { border-color: #40994D; }

 span { border-color: rgb(64,153,77); }

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