Html Css Color HEX #40976F Eucalyptus

📋 copy color: '#40976F'

red 64 ◦ green 151 ◦ blue 111

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

Shades of Eucalyptus #40976F

Tints of Eucalyptus #40976F

RGB

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

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

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

R = 19.63%
G = 46.32%
B = 34.05%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#40976F (or 0x40976F) is known color: Eucalyptus. HEX triplet: 40, 97 and 6F. RGB value is (64,151,111). Sum of RGB (Red+Green+Blue) = 64+151+111=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 151 (59.38% from 255 or 46.32% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 151 - color contains mainly: green. Hex color #40976F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40976F is #BF6890. Grayscale: #787878. Windows color (decimal): -12544145 or 7313216. OLE color: 7313216.

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

Color convert

RGB 64 151 111 -
CMYK 0.58 0 0.26 0.41
HSL 152.41º 0.4% 0.42% -
HSV(B) 152.41º 0.58% 0.59% -
XYZ 16.05 24.37 18.9 -
YUV 120.43 122.68 87.75 -
System Red Green Blue C M Y K H S L
Decimal 64 151 111 0.58 0 0.26 0.41 152.41 0.4 0.42
Hex 40 97 6F 3A 0 1A 29 98 28 2A
Octal 100 227 157 72 0 32 51 230 50 52
Binary 1000000 10010111 1101111 111010 0 11010 101001 10011000 101000 101010

Color Harmonies of #40976F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40976F

Black with #40976F

Text Example


Text Example

White with #40976F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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