#3F714E

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

Shades of Amazon #3F714E

Tints of Amazon #3F714E

Color information

#3F714E (or 0x3F714E) is unknown color: approx Amazon. HEX triplet: 3F, 71 and 4E. RGB value is (63,113,78). Sum of RGB (Red+Green+Blue) = 63+113+78=254 (33% of max value = 765). Red value is 63 (25% from 255 or 24.80% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 113 - color contains mainly: green. Hex color #3F714E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F714E is #C08EB1. Grayscale: #5E5E5E. Windows color (decimal): -12619442 or 5140799. OLE color: 5140799.

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

Color convert

RGB6311378-
CMYK0.4400.310.56
HSL138º28.41%34.51%-
HSV(B)138º44.25%44.31%-
XYZ9.3313.429.31-
YUV94.06118.94105.85-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.80%
GREEN value IS 113 (44.53% from 255) = 44.49%
BLUE value IS 78 (30.86% from 255) = 30.71%
R=24.80%
G=44.49%
B=30.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63113780.4400.310.5613828.4134.51
Hex3F714E2C01F388a1c23
Octal7716111654037702123443
Binary111111111000110011101011000111111110001000101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F714E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,113,78); }

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

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

 a { background-color: rgb(63,113,78); }

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

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

 span { border-color: rgb(63,113,78); }

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