#3C8750

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

Shades of Amazon #3C8750

Tints of Amazon #3C8750

Color information

#3C8750 (or 0x3C8750) is unknown color: approx Amazon. HEX triplet: 3C, 87 and 50. RGB value is (60,135,80). Sum of RGB (Red+Green+Blue) = 60+135+80=275 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.82% from 275); Green value is 135 (53.12% from 255 or 49.09% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 135 - color contains mainly: green. Hex color #3C8750 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8750 is #C378AF. Grayscale: #6A6A6A. Windows color (decimal): -12810416 or 5277500. OLE color: 5277500.

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

Color convert

RGB6013580-
CMYK0.5600.410.47
HSL136º38.46%38.24%-
HSV(B)136º55.56%52.94%-
XYZ11.9818.8710.6-
YUV106.3113.1594.97-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.82%
GREEN value IS 135 (53.12% from 255) = 49.09%
BLUE value IS 80 (31.64% from 255) = 29.09%
R=21.82%
G=49.09%
B=29.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal60135800.5600.410.4713638.4638.24
Hex3C8750380292F882626
Octal7420712070051572104646
Binary111100100001111010000111000010100110111110001000100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,135,80); }

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

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

 a { background-color: rgb(60,135,80); }

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

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

 span { border-color: rgb(60,135,80); }

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