Html Css Color HEX #40915F Eucalyptus

📋 copy color: '#40915F'

red 64 ◦ green 145 ◦ blue 95

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

Shades of Eucalyptus #40915F

Tints of Eucalyptus #40915F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 47.7%

 BLUE value IS 95 (37.5% from 255) = 31.25%

R = 21.05%
G = 47.7%
B = 31.25%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#40915F (or 0x40915F) is known color: Eucalyptus. HEX triplet: 40, 91 and 5F. RGB value is (64,145,95). Sum of RGB (Red+Green+Blue) = 64+145+95=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 145 (57.03% from 255 or 47.70% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 145 - color contains mainly: green. Hex color #40915F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40915F is #BF6EA0. Grayscale: #737373. Windows color (decimal): -12545697 or 6263104. OLE color: 6263104.

HSL color Cylindrical-coordinate representation of color #40915F: hue angle of 142.96º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40915F is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 145 95 -
CMYK 0.56 0 0.34 0.43
HSL 142.96º 0.39% 0.41% -
HSV(B) 142.96º 0.56% 0.57% -
XYZ 14.31 22.17 14.35 -
YUV 115.08 116.66 91.57 -
System Red Green Blue C M Y K H S L
Decimal 64 145 95 0.56 0 0.34 0.43 142.96 0.39 0.41
Hex 40 91 5F 38 0 22 2B 8F 27 29
Octal 100 221 137 70 0 42 53 217 47 51
Binary 1000000 10010001 1011111 111000 0 100010 101011 10001111 100111 101001

Color Harmonies of #40915F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40915F

Black with #40915F

Text Example


Text Example

White with #40915F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,145,95); }

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

background-color css

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

 a { background-color: rgb(64,145,95); }

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

border-color css

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

 span { border-color: rgb(64,145,95); }

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