#3C714B

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

Shades of Amazon #3C714B

Tints of Amazon #3C714B

Color information

#3C714B (or 0x3C714B) is unknown color: approx Amazon. HEX triplet: 3C, 71 and 4B. RGB value is (60,113,75). Sum of RGB (Red+Green+Blue) = 60+113+75=248 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.19% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #3C714B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C714B is #C38EB4. Grayscale: #5C5C5C. Windows color (decimal): -12816053 or 4944188. OLE color: 4944188.

HSL color Cylindrical-coordinate representation of color #3C714B: hue angle of 136.98º 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 #3C714B is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB6011375-
CMYK0.4700.340.56
HSL136.98º30.64%33.92%-
HSV(B)136.98º46.9%44.31%-
XYZ9.0413.288.74-
YUV92.82117.94104.59-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.19%
GREEN value IS 113 (44.53% from 255) = 45.56%
BLUE value IS 75 (29.69% from 255) = 30.24%
R=24.19%
G=45.56%
B=30.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60113750.4700.340.56136.9830.6433.92
Hex3C714B2F02238891f22
Octal7416111357042702113742
Binary1111001110001100101110111101000101110001000100111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C714B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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