#3A874A

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

Shades of Amazon #3A874A

Tints of Amazon #3A874A

Color information

#3A874A (or 0x3A874A) is unknown color: approx Amazon. HEX triplet: 3A, 87 and 4A. RGB value is (58,135,74). Sum of RGB (Red+Green+Blue) = 58+135+74=267 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.72% from 267); Green value is 135 (53.12% from 255 or 50.56% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 135 - color contains mainly: green. Hex color #3A874A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A874A is #C578B5. Grayscale: #696969. Windows color (decimal): -12941494 or 4884282. OLE color: 4884282.

HSL color Cylindrical-coordinate representation of color #3A874A: hue angle of 132.47º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A874A is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB5813574-
CMYK0.5700.450.47
HSL132.47º39.9%37.84%-
HSV(B)132.47º57.04%52.94%-
XYZ11.6418.729.48-
YUV105.02110.4994.46-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.72%
GREEN value IS 135 (53.12% from 255) = 50.56%
BLUE value IS 74 (29.30% from 255) = 27.72%
R=21.72%
G=50.56%
B=27.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal58135740.5700.450.47132.4739.937.84
Hex3A874A3902D2F842826
Octal7220711271055572045046
Binary111010100001111001010111001010110110111110000100101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A874A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,135,74); }

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

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

 a { background-color: rgb(58,135,74); }

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

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

 span { border-color: rgb(58,135,74); }

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