Html Css Color HEX #3F845C Amazon

📋 copy color: '#3F845C'

red 63 ◦ green 132 ◦ blue 92

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

Shades of Amazon #3F845C

Tints of Amazon #3F845C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.06%

R = 21.95%
G = 45.99%
B = 32.06%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#3F845C (or 0x3F845C) is known color: Amazon. HEX triplet: 3F, 84 and 5C. RGB value is (63,132,92). Sum of RGB (Red+Green+Blue) = 63+132+92=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 132 - color contains mainly: green. Hex color #3F845C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F845C is #C07BA3. Grayscale: #6A6A6A. Windows color (decimal): -12614564 or 6063167. OLE color: 6063167.

HSL color Cylindrical-coordinate representation of color #3F845C: hue angle of 145.22º 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 #3F845C is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 63 132 92 -
CMYK 0.52 0 0.30 0.48
HSL 145.22º 0.35% 0.38% -
HSV(B) 145.22º 0.52% 0.52% -
XYZ 12.23 18.33 13.02 -
YUV 106.81 119.64 96.75 -
System Red Green Blue C M Y K H S L
Decimal 63 132 92 0.52 0 0.30 0.48 145.22 0.35 0.38
Hex 3F 84 5C 34 0 1E 30 91 23 26
Octal 77 204 134 64 0 36 60 221 43 46
Binary 111111 10000100 1011100 110100 0 11110 110000 10010001 100011 100110

Color Harmonies of #3F845C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F845C

Black with #3F845C

Text Example


Text Example

White with #3F845C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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