#3C755B

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

Shades of Amazon #3C755B

Tints of Amazon #3C755B

Color information

#3C755B (or 0x3C755B) is unknown color: approx Amazon. HEX triplet: 3C, 75 and 5B. RGB value is (60,117,91). Sum of RGB (Red+Green+Blue) = 60+117+91=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 117 - color contains mainly: green. Hex color #3C755B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C755B is #C38AA4. Grayscale: #616161. Windows color (decimal): -12815013 or 5993788. OLE color: 5993788.

HSL color Cylindrical-coordinate representation of color #3C755B: hue angle of 152.63º degrees, saturation: 0.32, 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 #3C755B is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB6011791-
CMYK0.4900.220.54
HSL152.63º32.2%34.71%-
HSV(B)152.63º48.72%45.88%-
XYZ10.1114.4412.15-
YUV96.99124.62101.61-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.39%
GREEN value IS 117 (46.09% from 255) = 43.66%
BLUE value IS 91 (35.94% from 255) = 33.96%
R=22.39%
G=43.66%
B=33.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60117910.4900.220.54152.6332.234.71
Hex3C755B3101636992023
Octal7416513361026662314043
Binary1111001110101101101111000101011011011010011001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,117,91); }

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

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

 a { background-color: rgb(60,117,91); }

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

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

 span { border-color: rgb(60,117,91); }

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