Html Css Color HEX #40966D Eucalyptus

📋 copy color: '#40966D'

red 64 ◦ green 150 ◦ blue 109

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

Shades of Eucalyptus #40966D

Tints of Eucalyptus #40966D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.44%

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

R = 19.81%
G = 46.44%
B = 33.75%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#40966D (or 0x40966D) is known color: Eucalyptus. HEX triplet: 40, 96 and 6D. RGB value is (64,150,109). Sum of RGB (Red+Green+Blue) = 64+150+109=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 150 (58.98% from 255 or 46.44% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 150 - color contains mainly: green. Hex color #40966D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40966D is #BF6992. Grayscale: #777777. Windows color (decimal): -12544403 or 7181888. OLE color: 7181888.

HSL color Cylindrical-coordinate representation of color #40966D: hue angle of 151.4º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #40966D is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 64 150 109 -
CMYK 0.57 0 0.27 0.41
HSL 151.4º 0.4% 0.42% -
HSV(B) 151.4º 0.57% 0.59% -
XYZ 15.78 24.01 18.27 -
YUV 119.61 122.01 88.33 -
System Red Green Blue C M Y K H S L
Decimal 64 150 109 0.57 0 0.27 0.41 151.4 0.4 0.42
Hex 40 96 6D 39 0 1B 29 97 28 2A
Octal 100 226 155 71 0 33 51 227 50 52
Binary 1000000 10010110 1101101 111001 0 11011 101001 10010111 101000 101010

Color Harmonies of #40966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40966D

Black with #40966D

Text Example


Text Example

White with #40966D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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