#3D9469

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

Shades of Eucalyptus #3D9469

Tints of Eucalyptus #3D9469

Color information

#3D9469 (or 0x3D9469) is unknown color: approx Eucalyptus. HEX triplet: 3D, 94 and 69. RGB value is (61,148,105). Sum of RGB (Red+Green+Blue) = 61+148+105=314 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.43% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #3D9469 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9469 is #C26B96. Grayscale: #757575. Windows color (decimal): -12741527 or 6919229. OLE color: 6919229.

HSL color Cylindrical-coordinate representation of color #3D9469: hue angle of 150.34º 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 #3D9469 is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB61148105-
CMYK0.5900.290.42
HSL150.34º41.63%40.98%-
HSV(B)150.34º58.78%58.04%-
XYZ15.0623.1917.05-
YUV117.08121.1888-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.43%
GREEN value IS 148 (58.20% from 255) = 47.13%
BLUE value IS 105 (41.41% from 255) = 33.44%
R=19.43%
G=47.13%
B=33.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal611481050.5900.290.42150.3441.6340.98
Hex3D94693B01D2A962a29
Octal7522415173035522265251
Binary11110110010100110100111101101110110101010010110101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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