Html Css Color HEX #3F8950 Amazon

📋 copy color: '#3F8950'

red 63 ◦ green 137 ◦ blue 80

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

Shades of Amazon #3F8950

Tints of Amazon #3F8950

RGB

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

 GREEN value IS 137 (53.91% from 255) = 48.93%

 BLUE value IS 80 (31.64% from 255) = 28.57%

R = 22.5%
G = 48.93%
B = 28.57%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#3F8950 (or 0x3F8950) is known color: Amazon. HEX triplet: 3F, 89 and 50. RGB value is (63,137,80). Sum of RGB (Red+Green+Blue) = 63+137+80=280 (37% of max value = 765). Red value is 63 (25% from 255 or 22.5% from 280); Green value is 137 (53.91% from 255 or 48.93% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 137 - color contains mainly: green. Hex color #3F8950 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8950 is #C076AF. Grayscale: #6C6C6C. Windows color (decimal): -12613296 or 5278015. OLE color: 5278015.

HSL color Cylindrical-coordinate representation of color #3F8950: hue angle of 133.78º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F8950 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB 63 137 80 -
CMYK 0.54 0 0.42 0.46
HSL 133.78º 0.37% 0.39% -
HSV(B) 133.78º 0.54% 0.54% -
XYZ 12.44 19.53 10.7 -
YUV 108.38 111.98 95.63 -
System Red Green Blue C M Y K H S L
Decimal 63 137 80 0.54 0 0.42 0.46 133.78 0.37 0.39
Hex 3F 89 50 36 0 2A 2E 86 25 27
Octal 77 211 120 66 0 52 56 206 45 47
Binary 111111 10001001 1010000 110110 0 101010 101110 10000110 100101 100111

Color Harmonies of #3F8950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8950

Black with #3F8950

Text Example


Text Example

White with #3F8950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,137,80); }

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

background-color css

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

 a { background-color: rgb(63,137,80); }

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

border-color css

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

 span { border-color: rgb(63,137,80); }

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