Html Css Color HEX #40996F Eucalyptus

📋 copy color: '#40996F'

red 64 ◦ green 153 ◦ blue 111

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

Shades of Eucalyptus #40996F

Tints of Eucalyptus #40996F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.84%

R = 19.51%
G = 46.65%
B = 33.84%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#40996F (or 0x40996F) is known color: Eucalyptus. HEX triplet: 40, 99 and 6F. RGB value is (64,153,111). Sum of RGB (Red+Green+Blue) = 64+153+111=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #40996F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40996F is #BF6690. Grayscale: #797979. Windows color (decimal): -12543633 or 7313728. OLE color: 7313728.

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

Color convert

RGB 64 153 111 -
CMYK 0.58 0 0.27 0.4
HSL 151.69º 0.41% 0.43% -
HSV(B) 151.69º 0.58% 0.6% -
XYZ 16.37 25.02 19.01 -
YUV 121.6 122.01 86.92 -
System Red Green Blue C M Y K H S L
Decimal 64 153 111 0.58 0 0.27 0.4 151.69 0.41 0.43
Hex 40 99 6F 3A 0 1B 28 98 29 2B
Octal 100 231 157 72 0 33 50 230 51 53
Binary 1000000 10011001 1101111 111010 0 11011 101000 10011000 101001 101011

Color Harmonies of #40996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40996F

Black with #40996F

Text Example


Text Example

White with #40996F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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