#3C775F

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

Shades of Amazon #3C775F

Tints of Amazon #3C775F

Color information

#3C775F (or 0x3C775F) is unknown color: approx Amazon. HEX triplet: 3C, 77 and 5F. RGB value is (60,119,95). Sum of RGB (Red+Green+Blue) = 60+119+95=274 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.90% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 119 - color contains mainly: green. Hex color #3C775F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C775F is #C388A0. Grayscale: #626262. Windows color (decimal): -12814497 or 6256444. OLE color: 6256444.

HSL color Cylindrical-coordinate representation of color #3C775F: hue angle of 155.59º 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 #3C775F is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB6011995-
CMYK0.5000.200.53
HSL155.59º32.96%35.1%-
HSV(B)155.59º49.58%46.67%-
XYZ10.5314.9813.16-
YUV98.62125.95100.45-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.90%
GREEN value IS 119 (46.88% from 255) = 43.43%
BLUE value IS 95 (37.5% from 255) = 34.67%
R=21.90%
G=43.43%
B=34.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal60119950.5000.200.53155.5932.9635.1
Hex3C775F32014359c2123
Octal7416713762024652344143
Binary1111001110111101111111001001010011010110011100100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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