#3da064

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

Shades of Eucalyptus #3DA064

Tints of Eucalyptus #3DA064

Color information

#3DA064 (or 0x3DA064) is unknown color: approx Eucalyptus. HEX triplet: 3D, A0 and 64. RGB value is (61,160,100). Sum of RGB (Red+Green+Blue) = 61+160+100=321 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.00% from 321); Green value is 160 (62.89% from 255 or 49.84% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 160 - color contains mainly: green. Hex color #3DA064 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA064 is #C25F9B. Grayscale: #7B7B7B. Windows color (decimal): -12738460 or 6594621. OLE color: 6594621.

HSL color Cylindrical-coordinate representation of color #3DA064: hue angle of 143.64º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3DA064 is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB61160100-
CMYK0.6200.380.37
HSL143.64º44.8%43.33%-
HSV(B)143.64º61.87%62.75%-
XYZ16.827.0516.39-
YUV123.56114.783.38-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.00%
GREEN value IS 160 (62.89% from 255) = 49.84%
BLUE value IS 100 (39.45% from 255) = 31.15%
R=19.00%
G=49.84%
B=31.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal611601000.6200.380.37143.6444.843.33
Hex3DA0643E02625902d2b
Octal7524014476046452205553
Binary111101101000001100100111110010011010010110010000101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3da064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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