Html Css Color HEX #40966F Eucalyptus

📋 copy color: '#40966F'

red 64 ◦ green 150 ◦ blue 111

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

Shades of Eucalyptus #40966F

Tints of Eucalyptus #40966F

RGB

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

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

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

R = 19.69%
G = 46.15%
B = 34.15%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#40966F (or 0x40966F) is known color: Eucalyptus. HEX triplet: 40, 96 and 6F. RGB value is (64,150,111). Sum of RGB (Red+Green+Blue) = 64+150+111=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 150 (58.98% from 255 or 46.15% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 150 - color contains mainly: green. Hex color #40966F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40966F is #BF6990. Grayscale: #777777. Windows color (decimal): -12544401 or 7312960. OLE color: 7312960.

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

Color convert

RGB 64 150 111 -
CMYK 0.57 0 0.26 0.41
HSL 152.79º 0.4% 0.42% -
HSV(B) 152.79º 0.57% 0.59% -
XYZ 15.89 24.05 18.84 -
YUV 119.84 123.01 88.17 -
System Red Green Blue C M Y K H S L
Decimal 64 150 111 0.57 0 0.26 0.41 152.79 0.4 0.42
Hex 40 96 6F 39 0 1A 29 99 28 2A
Octal 100 226 157 71 0 32 51 231 50 52
Binary 1000000 10010110 1101111 111001 0 11010 101001 10011001 101000 101010

Color Harmonies of #40966F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40966F

Black with #40966F

Text Example


Text Example

White with #40966F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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