Html Css Color HEX #40966E Eucalyptus

📋 copy color: '#40966E'

red 64 ◦ green 150 ◦ blue 110

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

Shades of Eucalyptus #40966E

Tints of Eucalyptus #40966E

RGB

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

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

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

R = 19.75%
G = 46.3%
B = 33.95%

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

#40966E (or 0x40966E) is known color: Eucalyptus. HEX triplet: 40, 96 and 6E. RGB value is (64,150,110). Sum of RGB (Red+Green+Blue) = 64+150+110=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 150 - color contains mainly: green. Hex color #40966E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40966E is #BF6991. Grayscale: #777777. Windows color (decimal): -12544402 or 7247424. OLE color: 7247424.

HSL color Cylindrical-coordinate representation of color #40966E: hue angle of 152.09º 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 #40966E is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 64 150 110 -
CMYK 0.57 0 0.27 0.41
HSL 152.09º 0.4% 0.42% -
HSV(B) 152.09º 0.57% 0.59% -
XYZ 15.84 24.03 18.56 -
YUV 119.73 122.51 88.25 -
System Red Green Blue C M Y K H S L
Decimal 64 150 110 0.57 0 0.27 0.41 152.09 0.4 0.42
Hex 40 96 6E 39 0 1B 29 98 28 2A
Octal 100 226 156 71 0 33 51 230 50 52
Binary 1000000 10010110 1101110 111001 0 11011 101001 10011000 101000 101010

Color Harmonies of #40966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40966E

Black with #40966E

Text Example


Text Example

White with #40966E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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