Html Css Color HEX #3F8561 Amazon

📋 copy color: '#3F8561'

red 63 ◦ green 133 ◦ blue 97

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

Shades of Amazon #3F8561

Tints of Amazon #3F8561

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.39%

 BLUE value IS 97 (38.28% from 255) = 33.11%

R = 21.5%
G = 45.39%
B = 33.11%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#3F8561 (or 0x3F8561) is known color: Amazon. HEX triplet: 3F, 85 and 61. RGB value is (63,133,97). Sum of RGB (Red+Green+Blue) = 63+133+97=293 (38% of max value = 765). Red value is 63 (25% from 255 or 21.50% from 293); Green value is 133 (52.34% from 255 or 45.39% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 133 - color contains mainly: green. Hex color #3F8561 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8561 is #C07A9E. Grayscale: #6C6C6C. Windows color (decimal): -12614303 or 6391103. OLE color: 6391103.

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

Color convert

RGB 63 133 97 -
CMYK 0.53 0 0.27 0.48
HSL 149.14º 0.36% 0.38% -
HSV(B) 149.14º 0.53% 0.52% -
XYZ 12.6 18.69 14.25 -
YUV 107.97 121.81 95.93 -
System Red Green Blue C M Y K H S L
Decimal 63 133 97 0.53 0 0.27 0.48 149.14 0.36 0.38
Hex 3F 85 61 35 0 1B 30 95 24 26
Octal 77 205 141 65 0 33 60 225 44 46
Binary 111111 10000101 1100001 110101 0 11011 110000 10010101 100100 100110

Color Harmonies of #3F8561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8561

Black with #3F8561

Text Example


Text Example

White with #3F8561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,133,97); }

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

background-color css

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

 a { background-color: rgb(63,133,97); }

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

border-color css

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

 span { border-color: rgb(63,133,97); }

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