Html Css Color HEX #40996D Eucalyptus

📋 copy color: '#40996D'

red 64 ◦ green 153 ◦ blue 109

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

Shades of Eucalyptus #40996D

Tints of Eucalyptus #40996D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.44%

R = 19.63%
G = 46.93%
B = 33.44%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#40996D (or 0x40996D) is known color: Eucalyptus. HEX triplet: 40, 99 and 6D. RGB value is (64,153,109). Sum of RGB (Red+Green+Blue) = 64+153+109=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #40996D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40996D is #BF6692. Grayscale: #797979. Windows color (decimal): -12543635 or 7182656. OLE color: 7182656.

HSL color Cylindrical-coordinate representation of color #40996D: hue angle of 150.34º 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 #40996D is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 153 109 -
CMYK 0.58 0 0.29 0.4
HSL 150.34º 0.41% 0.43% -
HSV(B) 150.34º 0.58% 0.6% -
XYZ 16.27 24.98 18.43 -
YUV 121.37 121.01 87.08 -
System Red Green Blue C M Y K H S L
Decimal 64 153 109 0.58 0 0.29 0.4 150.34 0.41 0.43
Hex 40 99 6D 3A 0 1D 28 96 29 2B
Octal 100 231 155 72 0 35 50 226 51 53
Binary 1000000 10011001 1101101 111010 0 11101 101000 10010110 101001 101011

Color Harmonies of #40996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40996D

Black with #40996D

Text Example


Text Example

White with #40996D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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