#3B8458

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

Shades of Amazon #3B8458

Tints of Amazon #3B8458

Color information

#3B8458 (or 0x3B8458) is unknown color: approx Amazon. HEX triplet: 3B, 84 and 58. RGB value is (59,132,88). Sum of RGB (Red+Green+Blue) = 59+132+88=279 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.15% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 132 - color contains mainly: green. Hex color #3B8458 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8458 is #C47BA7. Grayscale: #696969. Windows color (decimal): -12876712 or 5801019. OLE color: 5801019.

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

Color convert

RGB5913288-
CMYK0.5500.330.48
HSL143.84º38.22%37.45%-
HSV(B)143.84º55.3%51.76%-
XYZ11.8218.1412.11-
YUV105.16118.3295.08-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.15%
GREEN value IS 132 (51.95% from 255) = 47.31%
BLUE value IS 88 (34.77% from 255) = 31.54%
R=21.15%
G=47.31%
B=31.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal59132880.5500.330.48143.8438.2237.45
Hex3B84583702130902625
Octal7320413067041602204645
Binary111011100001001011000110111010000111000010010000100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,132,88); }

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

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

 a { background-color: rgb(59,132,88); }

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

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

 span { border-color: rgb(59,132,88); }

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