Html Css Color HEX #40996C Eucalyptus

📋 copy color: '#40996C'

red 64 ◦ green 153 ◦ blue 108

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

Shades of Eucalyptus #40996C

Tints of Eucalyptus #40996C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.23%

R = 19.69%
G = 47.08%
B = 33.23%

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

#40996C (or 0x40996C) is known color: Eucalyptus. HEX triplet: 40, 99 and 6C. RGB value is (64,153,108). Sum of RGB (Red+Green+Blue) = 64+153+108=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 153 - color contains mainly: green. Hex color #40996C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40996C is #BF6693. Grayscale: #797979. Windows color (decimal): -12543636 or 7117120. OLE color: 7117120.

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

Color convert

RGB 64 153 108 -
CMYK 0.58 0 0.29 0.4
HSL 149.66º 0.41% 0.43% -
HSV(B) 149.66º 0.58% 0.6% -
XYZ 16.21 24.96 18.15 -
YUV 121.26 120.51 87.16 -
System Red Green Blue C M Y K H S L
Decimal 64 153 108 0.58 0 0.29 0.4 149.66 0.41 0.43
Hex 40 99 6C 3A 0 1D 28 96 29 2B
Octal 100 231 154 72 0 35 50 226 51 53
Binary 1000000 10011001 1101100 111010 0 11101 101000 10010110 101001 101011

Color Harmonies of #40996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40996C

Black with #40996C

Text Example


Text Example

White with #40996C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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