Html Css Color HEX #40905F Eucalyptus

📋 copy color: '#40905F'

red 64 ◦ green 144 ◦ blue 95

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

Shades of Eucalyptus #40905F

Tints of Eucalyptus #40905F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.52%

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

R = 21.12%
G = 47.52%
B = 31.35%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#40905F (or 0x40905F) is known color: Eucalyptus. HEX triplet: 40, 90 and 5F. RGB value is (64,144,95). Sum of RGB (Red+Green+Blue) = 64+144+95=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 144 (56.64% from 255 or 47.52% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 144 - color contains mainly: green. Hex color #40905F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40905F is #BF6FA0. Grayscale: #727272. Windows color (decimal): -12545953 or 6262848. OLE color: 6262848.

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

Color convert

RGB 64 144 95 -
CMYK 0.56 0 0.34 0.44
HSL 143.25º 0.38% 0.41% -
HSV(B) 143.25º 0.56% 0.56% -
XYZ 14.15 21.86 14.3 -
YUV 114.49 117 91.98 -
System Red Green Blue C M Y K H S L
Decimal 64 144 95 0.56 0 0.34 0.44 143.25 0.38 0.41
Hex 40 90 5F 38 0 22 2C 8F 26 29
Octal 100 220 137 70 0 42 54 217 46 51
Binary 1000000 10010000 1011111 111000 0 100010 101100 10001111 100110 101001

Color Harmonies of #40905F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40905F

Black with #40905F

Text Example


Text Example

White with #40905F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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