#3B9964

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

Shades of Eucalyptus #3B9964

Tints of Eucalyptus #3B9964

Color information

#3B9964 (or 0x3B9964) is unknown color: approx Eucalyptus. HEX triplet: 3B, 99 and 64. RGB value is (59,153,100). Sum of RGB (Red+Green+Blue) = 59+153+100=312 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.91% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 153 - color contains mainly: green. Hex color #3B9964 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9964 is #C4669B. Grayscale: #767676. Windows color (decimal): -12871324 or 6592827. OLE color: 6592827.

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

Color convert

RGB59153100-
CMYK0.6100.350.4
HSL146.17º44.34%41.57%-
HSV(B)146.17º61.44%60%-
XYZ15.524.6315.99-
YUV118.85117.3685.31-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.91%
GREEN value IS 153 (60.16% from 255) = 49.04%
BLUE value IS 100 (39.45% from 255) = 32.05%
R=18.91%
G=49.04%
B=32.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal591531000.6100.350.4146.1744.3441.57
Hex3B99643D02328922c2a
Octal7323114475043502225452
Binary111011100110011100100111101010001110100010010010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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