Html Css Color HEX #3F7050 Amazon

📋 copy color: '#3F7050'

red 63 ◦ green 112 ◦ blue 80

#3F7050
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amazon #3F7050

Tints of Amazon #3F7050

RGB

 RED value IS 63 (25% from 255) = 24.71%

 GREEN value IS 112 (44.14% from 255) = 43.92%

 BLUE value IS 80 (31.64% from 255) = 31.37%

R = 24.71%
G = 43.92%
B = 31.37%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#3F7050 (or 0x3F7050) is known color: Amazon. HEX triplet: 3F, 70 and 50. RGB value is (63,112,80). Sum of RGB (Red+Green+Blue) = 63+112+80=255 (33% of max value = 765). Red value is 63 (25% from 255 or 24.71% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 112 - color contains mainly: green. Hex color #3F7050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7050 is #C08FAF. Grayscale: #5D5D5D. Windows color (decimal): -12619696 or 5271615. OLE color: 5271615.

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

Color convert

RGB 63 112 80 -
CMYK 0.44 0 0.29 0.56
HSL 140.82º 0.28% 0.34% -
HSV(B) 140.82º 0.44% 0.44% -
XYZ 9.29 13.22 9.65 -
YUV 93.7 120.27 106.1 -
System Red Green Blue C M Y K H S L
Decimal 63 112 80 0.44 0 0.29 0.56 140.82 0.28 0.34
Hex 3F 70 50 2C 0 1D 38 8D 1C 22
Octal 77 160 120 54 0 35 70 215 34 42
Binary 111111 1110000 1010000 101100 0 11101 111000 10001101 11100 100010

Color Harmonies of #3F7050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7050

Black with #3F7050

Text Example


Text Example

White with #3F7050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F7050;
 }
 .AnyTagClassName
 {
   color: #3F7050;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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