#3C7658

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

Shades of Amazon #3C7658

Tints of Amazon #3C7658

Color information

#3C7658 (or 0x3C7658) is unknown color: approx Amazon. HEX triplet: 3C, 76 and 58. RGB value is (60,118,88). Sum of RGB (Red+Green+Blue) = 60+118+88=266 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.56% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 118 - color contains mainly: green. Hex color #3C7658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7658 is #C389A7. Grayscale: #616161. Windows color (decimal): -12814760 or 5797436. OLE color: 5797436.

HSL color Cylindrical-coordinate representation of color #3C7658: hue angle of 148.97º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C7658 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB6011888-
CMYK0.4900.250.54
HSL148.97º32.58%34.9%-
HSV(B)148.97º49.15%46.27%-
XYZ10.114.6211.52-
YUV97.24122.78101.44-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.56%
GREEN value IS 118 (46.48% from 255) = 44.36%
BLUE value IS 88 (34.77% from 255) = 33.08%
R=22.56%
G=44.36%
B=33.08%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60118880.4900.250.54148.9732.5834.9
Hex3C76583101936952123
Octal7416613061031662254143
Binary1111001110110101100011000101100111011010010101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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