#3C714F

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

Shades of Amazon #3C714F

Tints of Amazon #3C714F

Color information

#3C714F (or 0x3C714F) is unknown color: approx Amazon. HEX triplet: 3C, 71 and 4F. RGB value is (60,113,79). Sum of RGB (Red+Green+Blue) = 60+113+79=252 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.81% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 113 - color contains mainly: green. Hex color #3C714F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C714F is #C38EB0. Grayscale: #5D5D5D. Windows color (decimal): -12816049 or 5206332. OLE color: 5206332.

HSL color Cylindrical-coordinate representation of color #3C714F: hue angle of 141.51º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C714F is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB6011379-
CMYK0.4700.300.56
HSL141.51º30.64%33.92%-
HSV(B)141.51º46.9%44.31%-
XYZ9.1813.349.49-
YUV93.28119.94104.26-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.81%
GREEN value IS 113 (44.53% from 255) = 44.84%
BLUE value IS 79 (31.25% from 255) = 31.35%
R=23.81%
G=44.84%
B=31.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60113790.4700.300.56141.5130.6433.92
Hex3C714F2F01E388e1f22
Octal7416111757036702163742
Binary111100111000110011111011110111101110001000111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C714F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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