Html Css Color HEX #40976E Eucalyptus

📋 copy color: '#40976E'

red 64 ◦ green 151 ◦ blue 110

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

Shades of Eucalyptus #40976E

Tints of Eucalyptus #40976E

RGB

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

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

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

R = 19.69%
G = 46.46%
B = 33.85%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#40976E (or 0x40976E) is known color: Eucalyptus. HEX triplet: 40, 97 and 6E. RGB value is (64,151,110). Sum of RGB (Red+Green+Blue) = 64+151+110=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 151 (59.38% from 255 or 46.46% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 151 - color contains mainly: green. Hex color #40976E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40976E is #BF6891. Grayscale: #787878. Windows color (decimal): -12544146 or 7247680. OLE color: 7247680.

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

Color convert

RGB 64 151 110 -
CMYK 0.58 0 0.27 0.41
HSL 151.72º 0.4% 0.42% -
HSV(B) 151.72º 0.58% 0.59% -
XYZ 16 24.35 18.61 -
YUV 120.31 122.18 87.83 -
System Red Green Blue C M Y K H S L
Decimal 64 151 110 0.58 0 0.27 0.41 151.72 0.4 0.42
Hex 40 97 6E 3A 0 1B 29 98 28 2A
Octal 100 227 156 72 0 33 51 230 50 52
Binary 1000000 10010111 1101110 111010 0 11011 101001 10011000 101000 101010

Color Harmonies of #40976E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40976E

Black with #40976E

Text Example


Text Example

White with #40976E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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