Html Css Color HEX #3F6F57 Amazon

📋 copy color: '#3F6F57'

red 63 ◦ green 111 ◦ blue 87

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

Shades of Amazon #3F6F57

Tints of Amazon #3F6F57

RGB

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

 GREEN value IS 111 (43.75% from 255) = 42.53%

 BLUE value IS 87 (34.38% from 255) = 33.33%

R = 24.14%
G = 42.53%
B = 33.33%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#3F6F57 (or 0x3F6F57) is known color: Amazon. HEX triplet: 3F, 6F and 57. RGB value is (63,111,87). Sum of RGB (Red+Green+Blue) = 63+111+87=261 (34% of max value = 765). Red value is 63 (25% from 255 or 24.14% from 261); Green value is 111 (43.75% from 255 or 42.53% from 261); Blue value is 87 (34.38% from 255 or 33.33% from 261); Max value from RGB is 111 - color contains mainly: green. Hex color #3F6F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6F57 is #C090A8. Grayscale: #5D5D5D. Windows color (decimal): -12619945 or 5730111. OLE color: 5730111.

HSL color Cylindrical-coordinate representation of color #3F6F57: hue angle of 150º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F6F57 is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB 63 111 87 -
CMYK 0.43 0 0.22 0.56
HSL 150º 0.28% 0.34% -
HSV(B) 150º 0.43% 0.44% -
XYZ 9.45 13.11 11.05 -
YUV 93.91 124.1 105.95 -
System Red Green Blue C M Y K H S L
Decimal 63 111 87 0.43 0 0.22 0.56 150 0.28 0.34
Hex 3F 6F 57 2B 0 16 38 96 1C 22
Octal 77 157 127 53 0 26 70 226 34 42
Binary 111111 1101111 1010111 101011 0 10110 111000 10010110 11100 100010

Color Harmonies of #3F6F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6F57

Black with #3F6F57

Text Example


Text Example

White with #3F6F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,111,87); }

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

background-color css

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

 a { background-color: rgb(63,111,87); }

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

border-color css

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

 span { border-color: rgb(63,111,87); }

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