Html Css Color HEX #3F815B Amazon

📋 copy color: '#3F815B'

red 63 ◦ green 129 ◦ blue 91

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

Shades of Amazon #3F815B

Tints of Amazon #3F815B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.58%

 BLUE value IS 91 (35.94% from 255) = 32.16%

R = 22.26%
G = 45.58%
B = 32.16%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#3F815B (or 0x3F815B) is known color: Amazon. HEX triplet: 3F, 81 and 5B. RGB value is (63,129,91). Sum of RGB (Red+Green+Blue) = 63+129+91=283 (37% of max value = 765). Red value is 63 (25% from 255 or 22.26% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 129 - color contains mainly: green. Hex color #3F815B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F815B is #C07EA4. Grayscale: #696969. Windows color (decimal): -12615333 or 5996863. OLE color: 5996863.

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

Color convert

RGB 63 129 91 -
CMYK 0.51 0 0.29 0.49
HSL 145.45º 0.34% 0.38% -
HSV(B) 145.45º 0.51% 0.51% -
XYZ 11.79 17.51 12.66 -
YUV 104.93 120.13 98.09 -
System Red Green Blue C M Y K H S L
Decimal 63 129 91 0.51 0 0.29 0.49 145.45 0.34 0.38
Hex 3F 81 5B 33 0 1D 31 91 22 26
Octal 77 201 133 63 0 35 61 221 42 46
Binary 111111 10000001 1011011 110011 0 11101 110001 10010001 100010 100110

Color Harmonies of #3F815B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F815B

Black with #3F815B

Text Example


Text Example

White with #3F815B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,129,91); }

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

background-color css

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

 a { background-color: rgb(63,129,91); }

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

border-color css

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

 span { border-color: rgb(63,129,91); }

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