#3D9265

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

Shades of Eucalyptus #3D9265

Tints of Eucalyptus #3D9265

Color information

#3D9265 (or 0x3D9265) is unknown color: approx Eucalyptus. HEX triplet: 3D, 92 and 65. RGB value is (61,146,101). Sum of RGB (Red+Green+Blue) = 61+146+101=308 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.81% from 308); Green value is 146 (57.42% from 255 or 47.40% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 146 - color contains mainly: green. Hex color #3D9265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9265 is #C26D9A. Grayscale: #737373. Windows color (decimal): -12742043 or 6656573. OLE color: 6656573.

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

Color convert

RGB61146101-
CMYK0.5800.310.43
HSL148.24º41.06%40.59%-
HSV(B)148.24º58.22%57.25%-
XYZ14.5522.4915.89-
YUV115.46119.8489.16-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.81%
GREEN value IS 146 (57.42% from 255) = 47.40%
BLUE value IS 101 (39.84% from 255) = 32.79%
R=19.81%
G=47.40%
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.43
SystemRedGreenBlueCMYKHSL
Decimal611461010.5800.310.43148.2441.0640.59
Hex3D92653A01F2B942929
Octal7522214572037532245151
Binary11110110010010110010111101001111110101110010100101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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