#3D966F

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

Shades of Eucalyptus #3D966F

Tints of Eucalyptus #3D966F

Color information

#3D966F (or 0x3D966F) is unknown color: approx Eucalyptus. HEX triplet: 3D, 96 and 6F. RGB value is (61,150,111). Sum of RGB (Red+Green+Blue) = 61+150+111=322 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.94% from 322); Green value is 150 (58.98% from 255 or 46.58% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 150 - color contains mainly: green. Hex color #3D966F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D966F is #C26990. Grayscale: #777777. Windows color (decimal): -12741009 or 7312957. OLE color: 7312957.

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

Color convert

RGB61150111-
CMYK0.5900.260.41
HSL153.71º42.18%41.37%-
HSV(B)153.71º59.33%58.82%-
XYZ15.723.9518.83-
YUV118.94123.5186.67-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.94%
GREEN value IS 150 (58.98% from 255) = 46.58%
BLUE value IS 111 (43.75% from 255) = 34.47%
R=18.94%
G=46.58%
B=34.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal611501110.5900.260.41153.7142.1841.37
Hex3D966F3B01A299a2a29
Octal7522615773032512325251
Binary11110110010110110111111101101101010100110011010101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D966F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,150,111); }

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

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

 a { background-color: rgb(61,150,111); }

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

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

 span { border-color: rgb(61,150,111); }

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