Html Css Color HEX #3F865B Amazon

📋 copy color: '#3F865B'

red 63 ◦ green 134 ◦ blue 91

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

Shades of Amazon #3F865B

Tints of Amazon #3F865B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.53%

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

R = 21.88%
G = 46.53%
B = 31.6%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#3F865B (or 0x3F865B) is known color: Amazon. HEX triplet: 3F, 86 and 5B. RGB value is (63,134,91). Sum of RGB (Red+Green+Blue) = 63+134+91=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 134 (52.73% from 255 or 46.53% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 134 - color contains mainly: green. Hex color #3F865B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F865B is #C079A4. Grayscale: #6B6B6B. Windows color (decimal): -12614053 or 5998143. OLE color: 5998143.

HSL color Cylindrical-coordinate representation of color #3F865B: hue angle of 143.66º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F865B is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 63 134 91 -
CMYK 0.53 0 0.32 0.47
HSL 143.66º 0.36% 0.39% -
HSV(B) 143.66º 0.53% 0.53% -
XYZ 12.46 18.86 12.88 -
YUV 107.87 118.48 96 -
System Red Green Blue C M Y K H S L
Decimal 63 134 91 0.53 0 0.32 0.47 143.66 0.36 0.39
Hex 3F 86 5B 35 0 20 2F 90 24 27
Octal 77 206 133 65 0 40 57 220 44 47
Binary 111111 10000110 1011011 110101 0 100000 101111 10010000 100100 100111

Color Harmonies of #3F865B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F865B

Black with #3F865B

Text Example


Text Example

White with #3F865B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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