#3D9468

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

Shades of Eucalyptus #3D9468

Tints of Eucalyptus #3D9468

Color information

#3D9468 (or 0x3D9468) is unknown color: approx Eucalyptus. HEX triplet: 3D, 94 and 68. RGB value is (61,148,104). Sum of RGB (Red+Green+Blue) = 61+148+104=313 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.49% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 148 - color contains mainly: green. Hex color #3D9468 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9468 is #C26B97. Grayscale: #757575. Windows color (decimal): -12741528 or 6853693. OLE color: 6853693.

HSL color Cylindrical-coordinate representation of color #3D9468: hue angle of 149.66º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D9468 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB61148104-
CMYK0.5900.300.42
HSL149.66º41.63%40.98%-
HSV(B)149.66º58.78%58.04%-
XYZ15.0123.1716.78-
YUV116.97120.6888.08-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.49%
GREEN value IS 148 (58.20% from 255) = 47.28%
BLUE value IS 104 (41.02% from 255) = 33.23%
R=19.49%
G=47.28%
B=33.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal611481040.5900.300.42149.6641.6340.98
Hex3D94683B01E2A962a29
Octal7522415073036522265251
Binary11110110010100110100011101101111010101010010110101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,148,104); }

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

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

 a { background-color: rgb(61,148,104); }

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

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

 span { border-color: rgb(61,148,104); }

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