#3F6F4E

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

Shades of Amazon #3F6F4E

Tints of Amazon #3F6F4E

Color information

#3F6F4E (or 0x3F6F4E) is unknown color: approx Amazon. HEX triplet: 3F, 6F and 4E. RGB value is (63,111,78). Sum of RGB (Red+Green+Blue) = 63+111+78=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 111 (43.75% from 255 or 44.05% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 111 - color contains mainly: green. Hex color #3F6F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6F4E is #C090B1. Grayscale: #5C5C5C. Windows color (decimal): -12619954 or 5140287. OLE color: 5140287.

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

Color convert

RGB6311178-
CMYK0.4300.300.56
HSL138.75º27.59%34.12%-
HSV(B)138.75º43.24%43.53%-
XYZ9.1112.989.23-
YUV92.89119.6106.68-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25%
GREEN value IS 111 (43.75% from 255) = 44.05%
BLUE value IS 78 (30.86% from 255) = 30.95%
R=25%
G=44.05%
B=30.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63111780.4300.300.56138.7527.5934.12
Hex3F6F4E2B01E388b1c22
Octal7715711653036702133442
Binary111111110111110011101010110111101110001000101111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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