#3C7051

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

Shades of Amazon #3C7051

Tints of Amazon #3C7051

Color information

#3C7051 (or 0x3C7051) is unknown color: approx Amazon. HEX triplet: 3C, 70 and 51. RGB value is (60,112,81). Sum of RGB (Red+Green+Blue) = 60+112+81=253 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.72% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 81 (32.03% from 255 or 32.02% from 253); Max value from RGB is 112 - color contains mainly: green. Hex color #3C7051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7051 is #C38FAE. Grayscale: #5C5C5C. Windows color (decimal): -12816303 or 5337148. OLE color: 5337148.

HSL color Cylindrical-coordinate representation of color #3C7051: hue angle of 144.23º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C7051 is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB6011281-
CMYK0.4600.280.56
HSL144.23º30.23%33.73%-
HSV(B)144.23º46.43%43.92%-
XYZ9.1413.149.84-
YUV92.92121.27104.52-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.72%
GREEN value IS 112 (44.14% from 255) = 44.27%
BLUE value IS 81 (32.03% from 255) = 32.02%
R=23.72%
G=44.27%
B=32.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60112810.4600.280.56144.2330.2333.73
Hex3C70512E01C38901e22
Octal7416012156034702203642
Binary111100111000010100011011100111001110001001000011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,112,81); }

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

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

 a { background-color: rgb(60,112,81); }

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

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

 span { border-color: rgb(60,112,81); }

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