#3D9064

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

Shades of Eucalyptus #3D9064

Tints of Eucalyptus #3D9064

Color information

#3D9064 (or 0x3D9064) is unknown color: approx Eucalyptus. HEX triplet: 3D, 90 and 64. RGB value is (61,144,100). Sum of RGB (Red+Green+Blue) = 61+144+100=305 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 144 - color contains mainly: green. Hex color #3D9064 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9064 is #C26F9B. Grayscale: #727272. Windows color (decimal): -12742556 or 6590525. OLE color: 6590525.

HSL color Cylindrical-coordinate representation of color #3D9064: hue angle of 148.19º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D9064 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB61144100-
CMYK0.5800.310.44
HSL148.19º40.49%40.2%-
HSV(B)148.19º57.64%56.47%-
XYZ14.221.8615.53-
YUV114.1712090.08-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20%
GREEN value IS 144 (56.64% from 255) = 47.21%
BLUE value IS 100 (39.45% from 255) = 32.79%
R=20%
G=47.21%
B=32.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal611441000.5800.310.44148.1940.4940.2
Hex3D90643A01F2C942828
Octal7522014472037542245050
Binary11110110010000110010011101001111110110010010100101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,144,100); }

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

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

 a { background-color: rgb(61,144,100); }

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

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

 span { border-color: rgb(61,144,100); }

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