#3D9268

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

Shades of Eucalyptus #3D9268

Tints of Eucalyptus #3D9268

Color information

#3D9268 (or 0x3D9268) is unknown color: approx Eucalyptus. HEX triplet: 3D, 92 and 68. RGB value is (61,146,104). Sum of RGB (Red+Green+Blue) = 61+146+104=311 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.61% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 146 - color contains mainly: green. Hex color #3D9268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9268 is #C26D97. Grayscale: #737373. Windows color (decimal): -12742040 or 6853181. OLE color: 6853181.

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

Color convert

RGB61146104-
CMYK0.5800.290.43
HSL150.35º41.06%40.59%-
HSV(B)150.35º58.22%57.25%-
XYZ14.722.5516.67-
YUV115.8121.3488.92-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.61%
GREEN value IS 146 (57.42% from 255) = 46.95%
BLUE value IS 104 (41.02% from 255) = 33.44%
R=19.61%
G=46.95%
B=33.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal611461040.5800.290.43150.3541.0640.59
Hex3D92683A01D2B962929
Octal7522215072035532265151
Binary11110110010010110100011101001110110101110010110101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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