#3A8B4C

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

Shades of Amazon #3A8B4C

Tints of Amazon #3A8B4C

Color information

#3A8B4C (or 0x3A8B4C) is unknown color: approx Amazon. HEX triplet: 3A, 8B and 4C. RGB value is (58,139,76). Sum of RGB (Red+Green+Blue) = 58+139+76=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 139 (54.69% from 255 or 50.92% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 139 - color contains mainly: green. Hex color #3A8B4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8B4C is #C574B3. Grayscale: #6B6B6B. Windows color (decimal): -12940468 or 5016378. OLE color: 5016378.

HSL color Cylindrical-coordinate representation of color #3A8B4C: hue angle of 133.33º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8B4C is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB5813976-
CMYK0.5800.450.45
HSL133.33º41.12%38.63%-
HSV(B)133.33º58.27%54.51%-
XYZ12.2819.8910.03-
YUV107.6110.1692.62-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.25%
GREEN value IS 139 (54.69% from 255) = 50.92%
BLUE value IS 76 (30.08% from 255) = 27.84%
R=21.25%
G=50.92%
B=27.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal58139760.5800.450.45133.3341.1238.63
Hex3A8B4C3A02D2D852927
Octal7221311472055552055147
Binary111010100010111001100111010010110110110110000101101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,139,76); }

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

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

 a { background-color: rgb(58,139,76); }

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

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

 span { border-color: rgb(58,139,76); }

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