Html Css Color HEX #3F7856 Amazon

📋 copy color: '#3F7856'

red 63 ◦ green 120 ◦ blue 86

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

Shades of Amazon #3F7856

Tints of Amazon #3F7856

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.61%

 BLUE value IS 86 (33.98% from 255) = 31.97%

R = 23.42%
G = 44.61%
B = 31.97%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#3F7856 (or 0x3F7856) is known color: Amazon. HEX triplet: 3F, 78 and 56. RGB value is (63,120,86). Sum of RGB (Red+Green+Blue) = 63+120+86=269 (35% of max value = 765). Red value is 63 (25% from 255 or 23.42% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 86 (33.98% from 255 or 31.97% from 269); Max value from RGB is 120 - color contains mainly: green. Hex color #3F7856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7856 is #C087A9. Grayscale: #636363. Windows color (decimal): -12617642 or 5666879. OLE color: 5666879.

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

Color convert

RGB 63 120 86 -
CMYK 0.48 0 0.28 0.53
HSL 144.21º 0.31% 0.36% -
HSV(B) 144.21º 0.48% 0.47% -
XYZ 10.45 15.16 11.18 -
YUV 99.08 120.62 102.26 -
System Red Green Blue C M Y K H S L
Decimal 63 120 86 0.48 0 0.28 0.53 144.21 0.31 0.36
Hex 3F 78 56 30 0 1C 35 90 1F 24
Octal 77 170 126 60 0 34 65 220 37 44
Binary 111111 1111000 1010110 110000 0 11100 110101 10010000 11111 100100

Color Harmonies of #3F7856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7856

Black with #3F7856

Text Example


Text Example

White with #3F7856

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,120,86); }

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

background-color css

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

 a { background-color: rgb(63,120,86); }

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

border-color css

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

 span { border-color: rgb(63,120,86); }

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