Html Css Color HEX #40976A Eucalyptus

📋 copy color: '#40976A'

red 64 ◦ green 151 ◦ blue 106

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

Shades of Eucalyptus #40976A

Tints of Eucalyptus #40976A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.02%

R = 19.94%
G = 47.04%
B = 33.02%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#40976A (or 0x40976A) is known color: Eucalyptus. HEX triplet: 40, 97 and 6A. RGB value is (64,151,106). Sum of RGB (Red+Green+Blue) = 64+151+106=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 151 (59.38% from 255 or 47.04% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 151 - color contains mainly: green. Hex color #40976A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40976A is #BF6895. Grayscale: #777777. Windows color (decimal): -12544150 or 6985536. OLE color: 6985536.

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

Color convert

RGB 64 151 106 -
CMYK 0.58 0 0.30 0.41
HSL 148.97º 0.4% 0.42% -
HSV(B) 148.97º 0.58% 0.59% -
XYZ 15.78 24.26 17.49 -
YUV 119.86 120.18 88.16 -
System Red Green Blue C M Y K H S L
Decimal 64 151 106 0.58 0 0.30 0.41 148.97 0.4 0.42
Hex 40 97 6A 3A 0 1E 29 95 28 2A
Octal 100 227 152 72 0 36 51 225 50 52
Binary 1000000 10010111 1101010 111010 0 11110 101001 10010101 101000 101010

Color Harmonies of #40976A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40976A

Black with #40976A

Text Example


Text Example

White with #40976A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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