Html Css Color HEX #3F845F Amazon

📋 copy color: '#3F845F'

red 63 ◦ green 132 ◦ blue 95

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

Shades of Amazon #3F845F

Tints of Amazon #3F845F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.52%

 BLUE value IS 95 (37.5% from 255) = 32.76%

R = 21.72%
G = 45.52%
B = 32.76%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#3F845F (or 0x3F845F) is known color: Amazon. HEX triplet: 3F, 84 and 5F. RGB value is (63,132,95). Sum of RGB (Red+Green+Blue) = 63+132+95=290 (38% of max value = 765). Red value is 63 (25% from 255 or 21.72% from 290); Green value is 132 (51.95% from 255 or 45.52% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 132 - color contains mainly: green. Hex color #3F845F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F845F is #C07BA0. Grayscale: #6B6B6B. Windows color (decimal): -12614561 or 6259775. OLE color: 6259775.

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

Color convert

RGB 63 132 95 -
CMYK 0.52 0 0.28 0.48
HSL 147.83º 0.35% 0.38% -
HSV(B) 147.83º 0.52% 0.52% -
XYZ 12.37 18.39 13.72 -
YUV 107.15 121.14 96.51 -
System Red Green Blue C M Y K H S L
Decimal 63 132 95 0.52 0 0.28 0.48 147.83 0.35 0.38
Hex 3F 84 5F 34 0 1C 30 94 23 26
Octal 77 204 137 64 0 34 60 224 43 46
Binary 111111 10000100 1011111 110100 0 11100 110000 10010100 100011 100110

Color Harmonies of #3F845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F845F

Black with #3F845F

Text Example


Text Example

White with #3F845F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,132,95); }

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

background-color css

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

 a { background-color: rgb(63,132,95); }

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

border-color css

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

 span { border-color: rgb(63,132,95); }

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