#3DA165

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

Shades of Eucalyptus #3DA165

Tints of Eucalyptus #3DA165

Color information

#3DA165 (or 0x3DA165) is unknown color: approx Eucalyptus. HEX triplet: 3D, A1 and 65. RGB value is (61,161,101). Sum of RGB (Red+Green+Blue) = 61+161+101=323 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.89% from 323); Green value is 161 (63.28% from 255 or 49.85% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 161 - color contains mainly: green. Hex color #3DA165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA165 is #C25E9A. Grayscale: #7C7C7C. Windows color (decimal): -12738203 or 6660413. OLE color: 6660413.

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

Color convert

RGB61161101-
CMYK0.6200.370.37
HSL144º45.05%43.53%-
HSV(B)144º62.11%63.14%-
XYZ17.0227.4216.71-
YUV124.26114.8782.88-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.89%
GREEN value IS 161 (63.28% from 255) = 49.85%
BLUE value IS 101 (39.84% from 255) = 31.27%
R=18.89%
G=49.85%
B=31.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal611611010.6200.370.3714445.0543.53
Hex3DA1653E02525902d2c
Octal7524114576045452205554
Binary111101101000011100101111110010010110010110010000101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,161,101); }

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

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

 a { background-color: rgb(61,161,101); }

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

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

 span { border-color: rgb(61,161,101); }

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