Html Css Color HEX #40986D Eucalyptus

📋 copy color: '#40986D'

red 64 ◦ green 152 ◦ blue 109

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

Shades of Eucalyptus #40986D

Tints of Eucalyptus #40986D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.77%

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

R = 19.69%
G = 46.77%
B = 33.54%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#40986D (or 0x40986D) is known color: Eucalyptus. HEX triplet: 40, 98 and 6D. RGB value is (64,152,109). Sum of RGB (Red+Green+Blue) = 64+152+109=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 152 - color contains mainly: green. Hex color #40986D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40986D is #BF6792. Grayscale: #787878. Windows color (decimal): -12543891 or 7182400. OLE color: 7182400.

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

Color convert

RGB 64 152 109 -
CMYK 0.58 0 0.28 0.40
HSL 150.68º 0.41% 0.42% -
HSV(B) 150.68º 0.58% 0.6% -
XYZ 16.1 24.65 18.38 -
YUV 120.79 121.35 87.5 -
System Red Green Blue C M Y K H S L
Decimal 64 152 109 0.58 0 0.28 0.40 150.68 0.41 0.42
Hex 40 98 6D 3A 0 1C 28 97 29 2A
Octal 100 230 155 72 0 34 50 227 51 52
Binary 1000000 10011000 1101101 111010 0 11100 101000 10010111 101001 101010

Color Harmonies of #40986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40986D

Black with #40986D

Text Example


Text Example

White with #40986D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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