#3B995D

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

Shades of Eucalyptus #3B995D

Tints of Eucalyptus #3B995D

Color information

#3B995D (or 0x3B995D) is unknown color: approx Eucalyptus. HEX triplet: 3B, 99 and 5D. RGB value is (59,153,93). Sum of RGB (Red+Green+Blue) = 59+153+93=305 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.34% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #3B995D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B995D is #C466A2. Grayscale: #767676. Windows color (decimal): -12871331 or 6134075. OLE color: 6134075.

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

Color convert

RGB5915393-
CMYK0.6100.390.4
HSL141.7º44.34%41.57%-
HSV(B)141.7º61.44%60%-
XYZ15.1724.514.29-
YUV118.05113.8685.88-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.34%
GREEN value IS 153 (60.16% from 255) = 50.16%
BLUE value IS 93 (36.72% from 255) = 30.49%
R=19.34%
G=50.16%
B=30.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal59153930.6100.390.4141.744.3441.57
Hex3B995D3D027288e2c2a
Octal7323113575047502165452
Binary111011100110011011101111101010011110100010001110101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B995D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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