#3C8A4F

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

Shades of Amazon #3C8A4F

Tints of Amazon #3C8A4F

Color information

#3C8A4F (or 0x3C8A4F) is unknown color: approx Amazon. HEX triplet: 3C, 8A and 4F. RGB value is (60,138,79). Sum of RGB (Red+Green+Blue) = 60+138+79=277 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.66% from 277); Green value is 138 (54.30% from 255 or 49.82% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 138 - color contains mainly: green. Hex color #3C8A4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8A4F is #C375B0. Grayscale: #6C6C6C. Windows color (decimal): -12809649 or 5212732. OLE color: 5212732.

HSL color Cylindrical-coordinate representation of color #3C8A4F: hue angle of 134.62º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C8A4F is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB6013879-
CMYK0.5700.430.46
HSL134.62º39.39%38.82%-
HSV(B)134.62º56.52%54.12%-
XYZ12.3619.710.55-
YUV107.95111.6693.8-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.66%
GREEN value IS 138 (54.30% from 255) = 49.82%
BLUE value IS 79 (31.25% from 255) = 28.52%
R=21.66%
G=49.82%
B=28.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal60138790.5700.430.46134.6239.3938.82
Hex3C8A4F3902B2E872727
Octal7421211771053562074747
Binary111100100010101001111111001010101110111010000111100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,138,79); }

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

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

 a { background-color: rgb(60,138,79); }

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

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

 span { border-color: rgb(60,138,79); }

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