#40925E

Color #40925E Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #40925E

Tints of Eucalyptus #40925E

Color information

#40925E (or 0x40925E) is unknown color: approx Eucalyptus. HEX triplet: 40, 92 and 5E. RGB value is (64,146,94). Sum of RGB (Red+Green+Blue) = 64+146+94=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 146 (57.42% from 255 or 48.03% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 146 - color contains mainly: green. Hex color #40925E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40925E is #BF6DA1. Grayscale: #737373. Windows color (decimal): -12545442 or 6197824. OLE color: 6197824.

HSL color Cylindrical-coordinate representation of color #40925E: hue angle of 141.95º 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 #40925E is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB6414694-
CMYK0.5600.360.43
HSL141.95º39.05%41.18%-
HSV(B)141.95º56.16%57.25%-
XYZ14.4122.4614.16-
YUV115.55115.8391.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.05%
GREEN value IS 146 (57.42% from 255) = 48.03%
BLUE value IS 94 (37.11% from 255) = 30.92%
R=21.05%
G=48.03%
B=30.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal64146940.5600.360.43141.9539.0541.18
Hex40925E380242B8e2729
Octal10022213670044532164751
Binary1000000100100101011110111000010010010101110001110100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40925E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40925E; }

 p { color: rgb(64,146,94); }

 H1.HeaderClassName
 {
   color: #40925E;
 }
 .AnyTagClassName
 {
   color: #40925E;
 }
</style>
background-color css

<style>
 a { background-color: #40925E; }

 a { background-color: rgb(64,146,94); }

 div.DivClassName
 {
   background-color: #40925E;
 }
 .BgClassName
 {
   background-color: #40925E;
 }
</style>
border-color css

<style>
 span { border-color: #40925E; }

 span { border-color: rgb(64,146,94); }

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