#3B935D

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

Shades of Eucalyptus #3B935D

Tints of Eucalyptus #3B935D

Color information

#3B935D (or 0x3B935D) is unknown color: approx Eucalyptus. HEX triplet: 3B, 93 and 5D. RGB value is (59,147,93). Sum of RGB (Red+Green+Blue) = 59+147+93=299 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.73% from 299); Green value is 147 (57.81% from 255 or 49.16% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 147 - color contains mainly: green. Hex color #3B935D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B935D is #C46CA2. Grayscale: #727272. Windows color (decimal): -12872867 or 6132539. OLE color: 6132539.

HSL color Cylindrical-coordinate representation of color #3B935D: hue angle of 143.18º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B935D is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB5914793-
CMYK0.6000.370.42
HSL143.18º42.72%40.39%-
HSV(B)143.18º59.86%57.65%-
XYZ14.2122.5913.97-
YUV114.53115.8588.39-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.73%
GREEN value IS 147 (57.81% from 255) = 49.16%
BLUE value IS 93 (36.72% from 255) = 31.10%
R=19.73%
G=49.16%
B=31.10%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal59147930.6000.370.42143.1842.7240.39
Hex3B935D3C0252A8f2b28
Octal7322313574045522175350
Binary111011100100111011101111100010010110101010001111101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B935D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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