#3D946E

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

Shades of Eucalyptus #3D946E

Tints of Eucalyptus #3D946E

Color information

#3D946E (or 0x3D946E) is unknown color: approx Eucalyptus. HEX triplet: 3D, 94 and 6E. RGB value is (61,148,110). Sum of RGB (Red+Green+Blue) = 61+148+110=319 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.12% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 148 - color contains mainly: green. Hex color #3D946E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D946E is #C26B91. Grayscale: #757575. Windows color (decimal): -12741522 or 7246909. OLE color: 7246909.

HSL color Cylindrical-coordinate representation of color #3D946E: hue angle of 153.79º degrees, saturation: 0.42, 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 #3D946E is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB61148110-
CMYK0.5900.260.42
HSL153.79º41.63%40.98%-
HSV(B)153.79º58.78%58.04%-
XYZ15.3323.318.44-
YUV117.66123.6887.59-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.12%
GREEN value IS 148 (58.20% from 255) = 46.39%
BLUE value IS 110 (43.36% from 255) = 34.48%
R=19.12%
G=46.39%
B=34.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal611481100.5900.260.42153.7941.6340.98
Hex3D946E3B01A2A9a2a29
Octal7522415673032522325251
Binary11110110010100110111011101101101010101010011010101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D946E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,148,110); }

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

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

 a { background-color: rgb(61,148,110); }

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

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

 span { border-color: rgb(61,148,110); }

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