#3F6A4F

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

Shades of Amazon #3F6A4F

Tints of Amazon #3F6A4F

Color information

#3F6A4F (or 0x3F6A4F) is unknown color: approx Amazon. HEX triplet: 3F, 6A and 4F. RGB value is (63,106,79). Sum of RGB (Red+Green+Blue) = 63+106+79=248 (32% of max value = 765). Red value is 63 (25% from 255 or 25.40% from 248); Green value is 106 (41.80% from 255 or 42.74% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 106 - color contains mainly: green. Hex color #3F6A4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6A4F is #C095B0. Grayscale: #5A5A5A. Windows color (decimal): -12621233 or 5204543. OLE color: 5204543.

HSL color Cylindrical-coordinate representation of color #3F6A4F: hue angle of 142.33º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F6A4F is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB6310679-
CMYK0.4100.250.58
HSL142.33º25.44%33.14%-
HSV(B)142.33º40.57%41.57%-
XYZ8.6211.939.25-
YUV90.06121.75108.7-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.40%
GREEN value IS 106 (41.80% from 255) = 42.74%
BLUE value IS 79 (31.25% from 255) = 31.85%
R=25.40%
G=42.74%
B=31.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63106790.4100.250.58142.3325.4433.14
Hex3F6A4F290193A8e1921
Octal7715211751031722163141
Binary111111110101010011111010010110011110101000111011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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