Html Css Color HEX #3F8261 Amazon

📋 copy color: '#3F8261'

red 63 ◦ green 130 ◦ blue 97

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

Shades of Amazon #3F8261

Tints of Amazon #3F8261

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.83%

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

R = 21.72%
G = 44.83%
B = 33.45%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#3F8261 (or 0x3F8261) is known color: Amazon. HEX triplet: 3F, 82 and 61. RGB value is (63,130,97). Sum of RGB (Red+Green+Blue) = 63+130+97=290 (38% of max value = 765). Red value is 63 (25% from 255 or 21.72% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #3F8261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8261 is #C07D9E. Grayscale: #6A6A6A. Windows color (decimal): -12615071 or 6390335. OLE color: 6390335.

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

Color convert

RGB 63 130 97 -
CMYK 0.52 0 0.25 0.49
HSL 150.45º 0.35% 0.38% -
HSV(B) 150.45º 0.52% 0.51% -
XYZ 12.19 17.89 14.12 -
YUV 106.21 122.8 97.18 -
System Red Green Blue C M Y K H S L
Decimal 63 130 97 0.52 0 0.25 0.49 150.45 0.35 0.38
Hex 3F 82 61 34 0 19 31 96 23 26
Octal 77 202 141 64 0 31 61 226 43 46
Binary 111111 10000010 1100001 110100 0 11001 110001 10010110 100011 100110

Color Harmonies of #3F8261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8261

Black with #3F8261

Text Example


Text Example

White with #3F8261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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