Html Css Color HEX #40976D Eucalyptus

📋 copy color: '#40976D'

red 64 ◦ green 151 ◦ blue 109

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

Shades of Eucalyptus #40976D

Tints of Eucalyptus #40976D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.64%

R = 19.75%
G = 46.6%
B = 33.64%

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

#40976D (or 0x40976D) is known color: Eucalyptus. HEX triplet: 40, 97 and 6D. RGB value is (64,151,109). Sum of RGB (Red+Green+Blue) = 64+151+109=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 151 (59.38% from 255 or 46.60% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 151 - color contains mainly: green. Hex color #40976D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40976D is #BF6892. Grayscale: #787878. Windows color (decimal): -12544147 or 7182144. OLE color: 7182144.

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

Color convert

RGB 64 151 109 -
CMYK 0.58 0 0.28 0.41
HSL 151.03º 0.4% 0.42% -
HSV(B) 151.03º 0.58% 0.59% -
XYZ 15.94 24.33 18.32 -
YUV 120.2 121.68 87.92 -
System Red Green Blue C M Y K H S L
Decimal 64 151 109 0.58 0 0.28 0.41 151.03 0.4 0.42
Hex 40 97 6D 3A 0 1C 29 97 28 2A
Octal 100 227 155 72 0 34 51 227 50 52
Binary 1000000 10010111 1101101 111010 0 11100 101001 10010111 101000 101010

Color Harmonies of #40976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40976D

Black with #40976D

Text Example


Text Example

White with #40976D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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