#3C734F

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

Shades of Amazon #3C734F

Tints of Amazon #3C734F

Color information

#3C734F (or 0x3C734F) is unknown color: approx Amazon. HEX triplet: 3C, 73 and 4F. RGB value is (60,115,79). Sum of RGB (Red+Green+Blue) = 60+115+79=254 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.62% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 115 - color contains mainly: green. Hex color #3C734F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C734F is #C38CB0. Grayscale: #5E5E5E. Windows color (decimal): -12815537 or 5206844. OLE color: 5206844.

HSL color Cylindrical-coordinate representation of color #3C734F: hue angle of 140.73º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C734F is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB6011579-
CMYK0.4800.310.55
HSL140.73º31.43%34.31%-
HSV(B)140.73º47.83%45.1%-
XYZ9.4113.799.56-
YUV94.45119.28103.43-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.62%
GREEN value IS 115 (45.31% from 255) = 45.28%
BLUE value IS 79 (31.25% from 255) = 31.10%
R=23.62%
G=45.28%
B=31.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60115790.4800.310.55140.7331.4334.31
Hex3C734F3001F378d1f22
Octal7416311760037672153742
Binary111100111001110011111100000111111101111000110111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C734F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,115,79); }

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

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

 a { background-color: rgb(60,115,79); }

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

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

 span { border-color: rgb(60,115,79); }

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