#3D9163

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

Shades of Eucalyptus #3D9163

Tints of Eucalyptus #3D9163

Color information

#3D9163 (or 0x3D9163) is unknown color: approx Eucalyptus. HEX triplet: 3D, 91 and 63. RGB value is (61,145,99). Sum of RGB (Red+Green+Blue) = 61+145+99=305 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 145 - color contains mainly: green. Hex color #3D9163 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9163 is #C26E9C. Grayscale: #727272. Windows color (decimal): -12742301 or 6525245. OLE color: 6525245.

HSL color Cylindrical-coordinate representation of color #3D9163: hue angle of 147.14º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D9163 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB6114599-
CMYK0.5800.320.43
HSL147.14º40.78%40.39%-
HSV(B)147.14º57.93%56.86%-
XYZ14.322.1415.32-
YUV114.64119.1789.74-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20%
GREEN value IS 145 (57.03% from 255) = 47.54%
BLUE value IS 99 (39.06% from 255) = 32.46%
R=20%
G=47.54%
B=32.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal61145990.5800.320.43147.1440.7840.39
Hex3D91633A0202B932928
Octal7522114372040532235150
Binary111101100100011100011111010010000010101110010011101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D9163; }

 p { color: rgb(61,145,99); }

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

<style>
 a { background-color: #3D9163; }

 a { background-color: rgb(61,145,99); }

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

<style>
 span { border-color: #3D9163; }

 span { border-color: rgb(61,145,99); }

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