#3B854C

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

Shades of Amazon #3B854C

Tints of Amazon #3B854C

Color information

#3B854C (or 0x3B854C) is unknown color: approx Amazon. HEX triplet: 3B, 85 and 4C. RGB value is (59,133,76). Sum of RGB (Red+Green+Blue) = 59+133+76=268 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.01% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 133 - color contains mainly: green. Hex color #3B854C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B854C is #C47AB3. Grayscale: #686868. Windows color (decimal): -12876468 or 5014843. OLE color: 5014843.

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

Color convert

RGB5913376-
CMYK0.5600.430.48
HSL133.78º38.54%37.65%-
HSV(B)133.78º55.64%52.16%-
XYZ11.518.239.75-
YUV104.38111.9895.63-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.01%
GREEN value IS 133 (52.34% from 255) = 49.63%
BLUE value IS 76 (30.08% from 255) = 28.36%
R=22.01%
G=49.63%
B=28.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal59133760.5600.430.48133.7838.5437.65
Hex3B854C3802B30862726
Octal7320511470053602064746
Binary111011100001011001100111000010101111000010000110100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B854C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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