Html Css Color HEX #40976C Eucalyptus

📋 copy color: '#40976C'

red 64 ◦ green 151 ◦ blue 108

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

Shades of Eucalyptus #40976C

Tints of Eucalyptus #40976C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 46.75%

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

R = 19.81%
G = 46.75%
B = 33.44%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#40976C (or 0x40976C) is known color: Eucalyptus. HEX triplet: 40, 97 and 6C. RGB value is (64,151,108). Sum of RGB (Red+Green+Blue) = 64+151+108=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 151 (59.38% from 255 or 46.75% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 151 - color contains mainly: green. Hex color #40976C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40976C is #BF6893. Grayscale: #787878. Windows color (decimal): -12544148 or 7116608. OLE color: 7116608.

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

Color convert

RGB 64 151 108 -
CMYK 0.58 0 0.28 0.41
HSL 150.34º 0.4% 0.42% -
HSV(B) 150.34º 0.58% 0.59% -
XYZ 15.89 24.31 18.04 -
YUV 120.09 121.18 88 -
System Red Green Blue C M Y K H S L
Decimal 64 151 108 0.58 0 0.28 0.41 150.34 0.4 0.42
Hex 40 97 6C 3A 0 1C 29 96 28 2A
Octal 100 227 154 72 0 34 51 226 50 52
Binary 1000000 10010111 1101100 111010 0 11100 101001 10010110 101000 101010

Color Harmonies of #40976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40976C

Black with #40976C

Text Example


Text Example

White with #40976C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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