#3C995F

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

Shades of Eucalyptus #3C995F

Tints of Eucalyptus #3C995F

Color information

#3C995F (or 0x3C995F) is unknown color: approx Eucalyptus. HEX triplet: 3C, 99 and 5F. RGB value is (60,153,95). Sum of RGB (Red+Green+Blue) = 60+153+95=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 153 (60.16% from 255 or 49.68% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 153 - color contains mainly: green. Hex color #3C995F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C995F is #C366A0. Grayscale: #767676. Windows color (decimal): -12805793 or 6265148. OLE color: 6265148.

HSL color Cylindrical-coordinate representation of color #3C995F: hue angle of 142.58º 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 #3C995F is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB6015395-
CMYK0.6100.380.4
HSL142.58º43.66%41.76%-
HSV(B)142.58º60.78%60%-
XYZ15.3224.5714.76-
YUV118.58114.6986.22-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.48%
GREEN value IS 153 (60.16% from 255) = 49.68%
BLUE value IS 95 (37.5% from 255) = 30.84%
R=19.48%
G=49.68%
B=30.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal60153950.6100.380.4142.5843.6641.76
Hex3C995F3D026288f2c2a
Octal7423113775046502175452
Binary111100100110011011111111101010011010100010001111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C995F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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