#3D935E

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

Shades of Eucalyptus #3D935E

Tints of Eucalyptus #3D935E

Color information

#3D935E (or 0x3D935E) is unknown color: approx Eucalyptus. HEX triplet: 3D, 93 and 5E. RGB value is (61,147,94). Sum of RGB (Red+Green+Blue) = 61+147+94=302 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.20% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 147 - color contains mainly: green. Hex color #3D935E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D935E is #C26CA1. Grayscale: #737373. Windows color (decimal): -12741794 or 6198077. OLE color: 6198077.

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

Color convert

RGB6114794-
CMYK0.5900.360.42
HSL143.02º41.35%40.78%-
HSV(B)143.02º58.5%57.65%-
XYZ14.3822.6714.21-
YUV115.24116.0189.31-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.20%
GREEN value IS 147 (57.81% from 255) = 48.68%
BLUE value IS 94 (37.11% from 255) = 31.13%
R=20.20%
G=48.68%
B=31.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61147940.5900.360.42143.0241.3540.78
Hex3D935E3B0242A8f2929
Octal7522313673044522175151
Binary111101100100111011110111011010010010101010001111101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D935E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,147,94); }

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

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

 a { background-color: rgb(61,147,94); }

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

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

 span { border-color: rgb(61,147,94); }

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