#3C7758

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

Shades of Amazon #3C7758

Tints of Amazon #3C7758

Color information

#3C7758 (or 0x3C7758) is unknown color: approx Amazon. HEX triplet: 3C, 77 and 58. RGB value is (60,119,88). Sum of RGB (Red+Green+Blue) = 60+119+88=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 119 - color contains mainly: green. Hex color #3C7758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7758 is #C388A7. Grayscale: #616161. Windows color (decimal): -12814504 or 5797692. OLE color: 5797692.

HSL color Cylindrical-coordinate representation of color #3C7758: hue angle of 148.47º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C7758 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB6011988-
CMYK0.5000.260.53
HSL148.47º32.96%35.1%-
HSV(B)148.47º49.58%46.67%-
XYZ10.2214.8611.56-
YUV97.82122.45101.02-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.47%
GREEN value IS 119 (46.88% from 255) = 44.57%
BLUE value IS 88 (34.77% from 255) = 32.96%
R=22.47%
G=44.57%
B=32.96%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal60119880.5000.260.53148.4732.9635.1
Hex3C77583201A35942123
Octal7416713062032652244143
Binary1111001110111101100011001001101011010110010100100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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