#3B855F

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

Shades of Amazon #3B855F

Tints of Amazon #3B855F

Color information

#3B855F (or 0x3B855F) is unknown color: approx Amazon. HEX triplet: 3B, 85 and 5F. RGB value is (59,133,95). Sum of RGB (Red+Green+Blue) = 59+133+95=287 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.56% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #3B855F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B855F is #C47AA0. Grayscale: #6A6A6A. Windows color (decimal): -12876449 or 6260027. OLE color: 6260027.

HSL color Cylindrical-coordinate representation of color #3B855F: hue angle of 149.19º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B855F is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB5913395-
CMYK0.5600.290.48
HSL149.19º38.54%37.65%-
HSV(B)149.19º55.64%52.16%-
XYZ12.2618.5313.76-
YUV106.54121.4894.09-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.56%
GREEN value IS 133 (52.34% from 255) = 46.34%
BLUE value IS 95 (37.5% from 255) = 33.10%
R=20.56%
G=46.34%
B=33.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal59133950.5600.290.48149.1938.5437.65
Hex3B855F3801D30952726
Octal7320513770035602254746
Binary11101110000101101111111100001110111000010010101100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B855F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,133,95); }

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

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

 a { background-color: rgb(59,133,95); }

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

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

 span { border-color: rgb(59,133,95); }

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