Html Css Color HEX #3F6A50 Amazon

📋 copy color: '#3F6A50'

red 63 ◦ green 106 ◦ blue 80

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

Shades of Amazon #3F6A50

Tints of Amazon #3F6A50

RGB

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

 GREEN value IS 106 (41.8% from 255) = 42.57%

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

R = 25.3%
G = 42.57%
B = 32.13%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#3F6A50 (or 0x3F6A50) is known color: Amazon. HEX triplet: 3F, 6A and 50. RGB value is (63,106,80). Sum of RGB (Red+Green+Blue) = 63+106+80=249 (32% of max value = 765). Red value is 63 (25% from 255 or 25.30% from 249); Green value is 106 (41.80% from 255 or 42.57% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 106 - color contains mainly: green. Hex color #3F6A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6A50 is #C095AF. Grayscale: #5A5A5A. Windows color (decimal): -12621232 or 5270079. OLE color: 5270079.

HSL color Cylindrical-coordinate representation of color #3F6A50: hue angle of 143.72º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F6A50 is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB 63 106 80 -
CMYK 0.41 0 0.25 0.58
HSL 143.72º 0.25% 0.33% -
HSV(B) 143.72º 0.41% 0.42% -
XYZ 8.65 11.94 9.44 -
YUV 90.18 122.25 108.61 -
System Red Green Blue C M Y K H S L
Decimal 63 106 80 0.41 0 0.25 0.58 143.72 0.25 0.33
Hex 3F 6A 50 29 0 19 3A 90 19 21
Octal 77 152 120 51 0 31 72 220 31 41
Binary 111111 1101010 1010000 101001 0 11001 111010 10010000 11001 100001

Color Harmonies of #3F6A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6A50

Black with #3F6A50

Text Example


Text Example

White with #3F6A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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