#3D996C

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

Shades of Eucalyptus #3D996C

Tints of Eucalyptus #3D996C

Color information

#3D996C (or 0x3D996C) is unknown color: approx Eucalyptus. HEX triplet: 3D, 99 and 6C. RGB value is (61,153,108). Sum of RGB (Red+Green+Blue) = 61+153+108=322 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.94% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 153 - color contains mainly: green. Hex color #3D996C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D996C is #C26693. Grayscale: #787878. Windows color (decimal): -12740244 or 7117117. OLE color: 7117117.

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

Color convert

RGB61153108-
CMYK0.6000.290.4
HSL150.65º42.99%41.96%-
HSV(B)150.65º60.13%60%-
XYZ16.0224.8618.14-
YUV120.36121.0285.66-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.94%
GREEN value IS 153 (60.16% from 255) = 47.52%
BLUE value IS 108 (42.58% from 255) = 33.54%
R=18.94%
G=47.52%
B=33.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal611531080.6000.290.4150.6542.9941.96
Hex3D996C3C01D28972b2a
Octal7523115474035502275352
Binary11110110011001110110011110001110110100010010111101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D996C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,153,108); }

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

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

 a { background-color: rgb(61,153,108); }

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

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

 span { border-color: rgb(61,153,108); }

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