#3F7350

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

Shades of Amazon #3F7350

Tints of Amazon #3F7350

Color information

#3F7350 (or 0x3F7350) is unknown color: approx Amazon. HEX triplet: 3F, 73 and 50. RGB value is (63,115,80). Sum of RGB (Red+Green+Blue) = 63+115+80=258 (34% of max value = 765). Red value is 63 (25% from 255 or 24.42% from 258); Green value is 115 (45.31% from 255 or 44.57% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 115 - color contains mainly: green. Hex color #3F7350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7350 is #C08CAF. Grayscale: #5F5F5F. Windows color (decimal): -12618928 or 5272383. OLE color: 5272383.

HSL color Cylindrical-coordinate representation of color #3F7350: hue angle of 139.62º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F7350 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB6311580-
CMYK0.4500.300.55
HSL139.62º29.21%34.9%-
HSV(B)139.62º45.22%45.1%-
XYZ9.6313.99.76-
YUV95.46119.27104.85-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.42%
GREEN value IS 115 (45.31% from 255) = 44.57%
BLUE value IS 80 (31.64% from 255) = 31.01%
R=24.42%
G=44.57%
B=31.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63115800.4500.300.55139.6229.2134.9
Hex3F73502D01E378c1d23
Octal7716312055036672143543
Binary111111111001110100001011010111101101111000110011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,115,80); }

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

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

 a { background-color: rgb(63,115,80); }

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

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

 span { border-color: rgb(63,115,80); }

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