Html Css Color HEX #40996E Eucalyptus

📋 copy color: '#40996E'

red 64 ◦ green 153 ◦ blue 110

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

Shades of Eucalyptus #40996E

Tints of Eucalyptus #40996E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.64%

R = 19.57%
G = 46.79%
B = 33.64%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.28

 K value IS 0.4

RGB Variations

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

Color information

#40996E (or 0x40996E) is known color: Eucalyptus. HEX triplet: 40, 99 and 6E. RGB value is (64,153,110). Sum of RGB (Red+Green+Blue) = 64+153+110=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 153 (60.16% from 255 or 46.79% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 153 - color contains mainly: green. Hex color #40996E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40996E is #BF6691. Grayscale: #797979. Windows color (decimal): -12543634 or 7248192. OLE color: 7248192.

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

Color convert

RGB 64 153 110 -
CMYK 0.58 0 0.28 0.4
HSL 151.01º 0.41% 0.43% -
HSV(B) 151.01º 0.58% 0.6% -
XYZ 16.32 25 18.72 -
YUV 121.49 121.51 87 -
System Red Green Blue C M Y K H S L
Decimal 64 153 110 0.58 0 0.28 0.4 151.01 0.41 0.43
Hex 40 99 6E 3A 0 1C 28 97 29 2B
Octal 100 231 156 72 0 34 50 227 51 53
Binary 1000000 10011001 1101110 111010 0 11100 101000 10010111 101001 101011

Color Harmonies of #40996E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40996E

Black with #40996E

Text Example


Text Example

White with #40996E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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