#3B854E

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

Shades of Amazon #3B854E

Tints of Amazon #3B854E

Color information

#3B854E (or 0x3B854E) is unknown color: approx Amazon. HEX triplet: 3B, 85 and 4E. RGB value is (59,133,78). Sum of RGB (Red+Green+Blue) = 59+133+78=270 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.85% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 133 - color contains mainly: green. Hex color #3B854E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B854E is #C47AB1. Grayscale: #686868. Windows color (decimal): -12876466 or 5145915. OLE color: 5145915.

HSL color Cylindrical-coordinate representation of color #3B854E: hue angle of 135.41º 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 #3B854E is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB5913378-
CMYK0.5600.410.48
HSL135.41º38.54%37.65%-
HSV(B)135.41º55.64%52.16%-
XYZ11.5718.2510.12-
YUV104.6112.9895.47-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.85%
GREEN value IS 133 (52.34% from 255) = 49.26%
BLUE value IS 78 (30.86% from 255) = 28.89%
R=21.85%
G=49.26%
B=28.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal59133780.5600.410.48135.4138.5437.65
Hex3B854E3802930872726
Octal7320511670051602074746
Binary111011100001011001110111000010100111000010000111100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B854E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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