Html Css Color HEX #40976B Eucalyptus

📋 copy color: '#40976B'

red 64 ◦ green 151 ◦ blue 107

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

Shades of Eucalyptus #40976B

Tints of Eucalyptus #40976B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.23%

R = 19.88%
G = 46.89%
B = 33.23%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#40976B (or 0x40976B) is known color: Eucalyptus. HEX triplet: 40, 97 and 6B. RGB value is (64,151,107). Sum of RGB (Red+Green+Blue) = 64+151+107=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 151 (59.38% from 255 or 46.89% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 151 - color contains mainly: green. Hex color #40976B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40976B is #BF6894. Grayscale: #787878. Windows color (decimal): -12544149 or 7051072. OLE color: 7051072.

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

Color convert

RGB 64 151 107 -
CMYK 0.58 0 0.29 0.41
HSL 149.66º 0.4% 0.42% -
HSV(B) 149.66º 0.58% 0.59% -
XYZ 15.83 24.28 17.76 -
YUV 119.97 120.68 88.08 -
System Red Green Blue C M Y K H S L
Decimal 64 151 107 0.58 0 0.29 0.41 149.66 0.4 0.42
Hex 40 97 6B 3A 0 1D 29 96 28 2A
Octal 100 227 153 72 0 35 51 226 50 52
Binary 1000000 10010111 1101011 111010 0 11101 101001 10010110 101000 101010

Color Harmonies of #40976B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40976B

Black with #40976B

Text Example


Text Example

White with #40976B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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