#3B925D

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

Shades of Eucalyptus #3B925D

Tints of Eucalyptus #3B925D

Color information

#3B925D (or 0x3B925D) is unknown color: approx Eucalyptus. HEX triplet: 3B, 92 and 5D. RGB value is (59,146,93). Sum of RGB (Red+Green+Blue) = 59+146+93=298 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.80% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 146 - color contains mainly: green. Hex color #3B925D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B925D is #C46DA2. Grayscale: #727272. Windows color (decimal): -12873123 or 6132283. OLE color: 6132283.

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

Color convert

RGB5914693-
CMYK0.6000.360.43
HSL143.45º42.44%40.2%-
HSV(B)143.45º59.59%57.25%-
XYZ14.0622.2813.92-
YUV113.94116.1888.81-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.80%
GREEN value IS 146 (57.42% from 255) = 48.99%
BLUE value IS 93 (36.72% from 255) = 31.21%
R=19.80%
G=48.99%
B=31.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal59146930.6000.360.43143.4542.4440.2
Hex3B925D3C0242B8f2a28
Octal7322213574044532175250
Binary111011100100101011101111100010010010101110001111101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B925D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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