#3D9964

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

Shades of Eucalyptus #3D9964

Tints of Eucalyptus #3D9964

Color information

#3D9964 (or 0x3D9964) is unknown color: approx Eucalyptus. HEX triplet: 3D, 99 and 64. RGB value is (61,153,100). Sum of RGB (Red+Green+Blue) = 61+153+100=314 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.43% from 314); Green value is 153 (60.16% from 255 or 48.73% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 153 - color contains mainly: green. Hex color #3D9964 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9964 is #C2669B. Grayscale: #777777. Windows color (decimal): -12740252 or 6592829. OLE color: 6592829.

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

Color convert

RGB61153100-
CMYK0.6000.350.4
HSL145.43º42.99%41.96%-
HSV(B)145.43º60.13%60%-
XYZ15.6224.6916-
YUV119.45117.0286.31-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.43%
GREEN value IS 153 (60.16% from 255) = 48.73%
BLUE value IS 100 (39.45% from 255) = 31.85%
R=19.43%
G=48.73%
B=31.85%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal611531000.6000.350.4145.4342.9941.96
Hex3D99643C02328912b2a
Octal7523114474043502215352
Binary111101100110011100100111100010001110100010010001101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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