#3C8458

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

Shades of Amazon #3C8458

Tints of Amazon #3C8458

Color information

#3C8458 (or 0x3C8458) is unknown color: approx Amazon. HEX triplet: 3C, 84 and 58. RGB value is (60,132,88). Sum of RGB (Red+Green+Blue) = 60+132+88=280 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.43% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 132 - color contains mainly: green. Hex color #3C8458 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8458 is #C37BA7. Grayscale: #696969. Windows color (decimal): -12811176 or 5801020. OLE color: 5801020.

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

Color convert

RGB6013288-
CMYK0.5500.330.48
HSL143.33º37.5%37.65%-
HSV(B)143.33º54.55%51.76%-
XYZ11.8818.1712.11-
YUV105.46118.1595.58-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.43%
GREEN value IS 132 (51.95% from 255) = 47.14%
BLUE value IS 88 (34.77% from 255) = 31.43%
R=21.43%
G=47.14%
B=31.43%

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
Decimal60132880.5500.330.48143.3337.537.65
Hex3C845837021308f2626
Octal7420413067041602174646
Binary111100100001001011000110111010000111000010001111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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