#3c995e

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

Shades of Eucalyptus #3C995E

Tints of Eucalyptus #3C995E

Color information

#3C995E (or 0x3C995E) is unknown color: approx Eucalyptus. HEX triplet: 3C, 99 and 5E. RGB value is (60,153,94). Sum of RGB (Red+Green+Blue) = 60+153+94=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 153 (60.16% from 255 or 49.84% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 153 - color contains mainly: green. Hex color #3C995E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C995E is #C366A1. Grayscale: #767676. Windows color (decimal): -12805794 or 6199612. OLE color: 6199612.

HSL color Cylindrical-coordinate representation of color #3C995E: hue angle of 141.94º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C995E is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB6015394-
CMYK0.6100.390.4
HSL141.94º43.66%41.76%-
HSV(B)141.94º60.78%60%-
XYZ15.2824.5514.52-
YUV118.47114.1986.3-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.54%
GREEN value IS 153 (60.16% from 255) = 49.84%
BLUE value IS 94 (37.11% from 255) = 30.62%
R=19.54%
G=49.84%
B=30.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal60153940.6100.390.4141.9443.6641.76
Hex3C995E3D027288e2c2a
Octal7423113675047502165452
Binary111100100110011011110111101010011110100010001110101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c995e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,153,94); }

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

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

 a { background-color: rgb(60,153,94); }

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

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

 span { border-color: rgb(60,153,94); }

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