Html Css Color HEX #3F805D Amazon

📋 copy color: '#3F805D'

red 63 ◦ green 128 ◦ blue 93

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

Shades of Amazon #3F805D

Tints of Amazon #3F805D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.07%

 BLUE value IS 93 (36.72% from 255) = 32.75%

R = 22.18%
G = 45.07%
B = 32.75%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#3F805D (or 0x3F805D) is known color: Amazon. HEX triplet: 3F, 80 and 5D. RGB value is (63,128,93). Sum of RGB (Red+Green+Blue) = 63+128+93=284 (37% of max value = 765). Red value is 63 (25% from 255 or 22.18% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 128 - color contains mainly: green. Hex color #3F805D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F805D is #C07FA2. Grayscale: #686868. Windows color (decimal): -12615587 or 6127679. OLE color: 6127679.

HSL color Cylindrical-coordinate representation of color #3F805D: hue angle of 147.69º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F805D is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 63 128 93 -
CMYK 0.51 0 0.27 0.50
HSL 147.69º 0.34% 0.37% -
HSV(B) 147.69º 0.51% 0.5% -
XYZ 11.74 17.29 13.07 -
YUV 104.58 121.47 98.35 -
System Red Green Blue C M Y K H S L
Decimal 63 128 93 0.51 0 0.27 0.50 147.69 0.34 0.37
Hex 3F 80 5D 33 0 1B 32 94 22 25
Octal 77 200 135 63 0 33 62 224 42 45
Binary 111111 10000000 1011101 110011 0 11011 110010 10010100 100010 100101

Color Harmonies of #3F805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F805D

Black with #3F805D

Text Example


Text Example

White with #3F805D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,128,93); }

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

background-color css

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

 a { background-color: rgb(63,128,93); }

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

border-color css

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

 span { border-color: rgb(63,128,93); }

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