#3F714F

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

Shades of Amazon #3F714F

Tints of Amazon #3F714F

Color information

#3F714F (or 0x3F714F) is unknown color: approx Amazon. HEX triplet: 3F, 71 and 4F. RGB value is (63,113,79). Sum of RGB (Red+Green+Blue) = 63+113+79=255 (33% of max value = 765). Red value is 63 (25% from 255 or 24.71% from 255); Green value is 113 (44.53% from 255 or 44.31% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 113 - color contains mainly: green. Hex color #3F714F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F714F is #C08EB0. Grayscale: #5E5E5E. Windows color (decimal): -12619441 or 5206335. OLE color: 5206335.

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

Color convert

RGB6311379-
CMYK0.4400.300.56
HSL139.2º28.41%34.51%-
HSV(B)139.2º44.25%44.31%-
XYZ9.3713.439.5-
YUV94.17119.44105.76-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.71%
GREEN value IS 113 (44.53% from 255) = 44.31%
BLUE value IS 79 (31.25% from 255) = 30.98%
R=24.71%
G=44.31%
B=30.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63113790.4400.300.56139.228.4134.51
Hex3F714F2C01E388b1c23
Octal7716111754036702133443
Binary111111111000110011111011000111101110001000101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F714F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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