Html Css Color HEX #40966C Eucalyptus

📋 copy color: '#40966C'

red 64 ◦ green 150 ◦ blue 108

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

Shades of Eucalyptus #40966C

Tints of Eucalyptus #40966C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.54%

R = 19.88%
G = 46.58%
B = 33.54%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#40966C (or 0x40966C) is known color: Eucalyptus. HEX triplet: 40, 96 and 6C. RGB value is (64,150,108). Sum of RGB (Red+Green+Blue) = 64+150+108=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 150 (58.98% from 255 or 46.58% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 150 - color contains mainly: green. Hex color #40966C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40966C is #BF6993. Grayscale: #777777. Windows color (decimal): -12544404 or 7116352. OLE color: 7116352.

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

Color convert

RGB 64 150 108 -
CMYK 0.57 0 0.28 0.41
HSL 150.7º 0.4% 0.42% -
HSV(B) 150.7º 0.57% 0.59% -
XYZ 15.73 23.99 17.99 -
YUV 119.5 121.51 88.42 -
System Red Green Blue C M Y K H S L
Decimal 64 150 108 0.57 0 0.28 0.41 150.7 0.4 0.42
Hex 40 96 6C 39 0 1C 29 97 28 2A
Octal 100 226 154 71 0 34 51 227 50 52
Binary 1000000 10010110 1101100 111001 0 11100 101001 10010111 101000 101010

Color Harmonies of #40966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40966C

Black with #40966C

Text Example


Text Example

White with #40966C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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